Skip to content
View zahidhasanemon's full-sized avatar

Block or report zahidhasanemon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Multiple file upload asynchronously ... Multiple file upload asynchronously using Laravel and Dropzone JS. Works perfectly with multiple files dragged and dropped or selected at a time. Images are uploaded via ajax request.
    1
    //add image to the storage disk. 
    2
    public function uploadImageViaAjax(Request $request)
    3
    {
    4
        $name = [];
    5
        $original_name = [];
  2. googlemap googlemap Public

    Dynamic Google Map with Search Functionality

    HTML 1