uploader icon indicating copy to clipboard operation
uploader copied to clipboard

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.

Results 51 uploader issues
Sort by recently updated
recently updated
newest added

Hi, i might need to upload a file to different URLs basis of a radio button selected on screen for e.g. if CSV is selected then i upload to 'upload/csv'...

If I have nested dropzones, it tries several times to upload.

I have a problem I want to limit the number of files when uploading. Example: 5 If the user chooses the number of files more than 5, dmuploader only accept...

/*! * Name: Contact Button Widget * Author: Designer * Website: c1doancuong.com */ function _widget_button_start(){if("top left"==_widget_settings.positions)var t="b24-widget-button-position-top-left";else"top right"==_widget_settings.positions?t="b24-widget-button-position-top-right":"top middle"==_widget_settings.positions?t="b24-widget-button-position-top-middle":"bottom left"==_widget_settings.positions?t="b24-widget-button-position-bottom-left":"bottom right"==_widget_settings.positions?t="b24-widget-button-position-bottom-right":"bottom middle"==_widget_settings.positions?t="b24-widget-button-position-bottom-middle":alert("You must set the positions value to top left...

Hi Daniel. Is there any chance to show the file size in the queue? I didn't find any configuration for this in the uploader so if it isn't implemented could...

Bonjour, Comment récupérer la dimension de l'image ? largeur, hauteur Hello, How to recover the dimension of the image? width height

Added the possibility to remove file(s) from queue. Thank you for this nice piece of code.

Hi everyone. I have an issue with this plugin. If I upload a file that yet exist in target folder, my backend code overwrite it (as expected) but when uploader...

Add support for getting image from clipboard (For example, use Windows+Shift+S to capture a screenshot then Ctrl+V in the website). Test OK on Chrome 78. Not working on Microsoft Edge.

I tried to increase the upload file size from the default one of 3mb to my desired megabytes. But the changes aren't working at all. I went ahead to change...