Code

Discussion on Drop Uploader - Drag&Drop Javascript File Uploader

Discussion on Drop Uploader - Drag&Drop Javascript File Uploader

Cart 1,007 sales

borisolhor does not currently provide support for this item.

88 comments found.

Hello How are you? My web dev is just having a slight issue at the moment. Was hoping you could help in any way possible :) Ill paste his issue below: “When we are using this plugin in our site it shows an error and does not works

I checked browser console and get a alert message. I understand that the plugin is not working becaue of another JS library used in our site. (vendor.bundle.base.js)

Here are the link of that js : http://dash.imageedits.com/wp-content/themes/image-edits/assets/vendors/js/vendor.bundle.base.js

When we exclude the library (vendor.bundle.base.js), Your plugin works fine. I tested that.

But we need not to exclude that one. We need both.”

http://dash.imageedits.com/wp-content/themes/image-edits/assets/vendors/js/vendor.bundle.base.js

sorry idk why top is bold xD

Hi! Please open support request here http://borisolhor.com/forums/ And also please provide link to page, where you use Drop Uploader on your site.

Hi,

I just bought and installed your drop uploader file code. I followed your instructions but it doesn’t work.

(I already bought and installed this plugin for NINJA 2 months ago and it works well) here is the link for the page in question. http://laverie-selfservice.com/offre-d-emploi.html it’s a french site.!

the ajax_delete.php and ajax_upload.php upload.php files are at the root of the website and the other JS and CSS in the right folders. I receive the content of my message but not the attached file. In addition I do not have the formatting as on your presentation

Can you help me please.

best regards Philippe

Hi! I checked your site. There is some JS errors in console. Seems like JS is not executed right on your site. You need to fix these errors first.

Hi, thanks for your answer. I have fix JS problem except one about drop.uplaoder. I have volontayr disabled CSS style of your code on this page. Best regards.

Hi! I checked your site again, but there is still same JS errors in console. You need to fix them.

Sorry to post here, but the support website wont let me log in. Is it possible to have multiple instances of the uploader in the website? And if yes, do you need to destroy the previous one to make it work? Thanks.

Hi! Can you give some example of this?

Sure. My webpage has a “media” section where the user can upload all their files. But I also wanna allow the user to add an image “on-the-fly” to their media inventory while they are creating content, so I wanted to add another media-uploader that slides down via a jQuery popup when triggered by the user.

When I tried doing this, my original media-uploader instance still worked fine (it was created in HTML when the page loaded), but the new instance of the media-uploader created via jQuery append would not work. It looked visually correct, but it would not allow me to upload a new file. So I was unsure if the new instance could not work until the old instance was destroyed.

Hi! How do you add new instance of Drop Uploader? Can you give me link to your test site?

Hi, is it possible to send only one request (Form + Image) via Ajax. I need to work with the request which the page send me back after saving data. The form is sending as a classic form, not like Ajax form. Could you help me fix this problem?

Hi! Unfortunately not. But you can send your form as second AJAX request

Hi. After deleting the file in the Ajax menu in the Drop Uploader project, I cannot add the same file again without reloading the page. I am having this problem in Safari and Chrome browsers. The application is working properly in Firefox Web Browser. I would be glad if you can come back. I can’t find where the problem is. Thank you.

I am encountering this problem when I try to upload with the ‘Browse’ link.

Hi! I will try to fix this in next update.

Okay. So when will the next update be?

BUG: 1. Set the accept attribute to “image/*” 2. Press the Browse button and select, for example, pdf file. 3. For the first time everything works fine, the uploader throws an error message ‘File type is not allowed’. 4. Click the Browse button again without reloading the page and try to upload the pdf again. 5. Uploader allows uploading unallowed file type

Hi! Thank you for this information. I will fix this.

like list images in drop, images that have already been uploaded?

Hi! Do you want to replace uploaded images with a new one?

Hi! Yes!!!

Hi! If files with same name already exist – it will be overwritten automatically

How do you know who uploaded what file, if there are no names and emails attached to the plugin before submission?

Hi! I use hidden input fields in form with file id to recognize files after form was submit

hello how can i change the image name saved as i want in Three File Upload Form AJAX and file should not be saved until i press submit button

I have more inquiry please check the support forum

any hope to get support???/

Hi! Sory for delay, I just answered on support forum

The chunked -feature is great, but the JS doesn’t support showing any errors coming from backend as, e.g., the ajax method will. If php gives response.success=false and an error message, the download will continue until the end and then just stops. I would propose a if-statement to handle if the response is false, stop sending any additional chunks, and display an error message in the response. Great work!

Hi! I will try fo fix this in next update

Hi I have had this program for a while and used it. I am now trying a new download and the problem I have is no matter what I try it changes the image file to a new name. (ex: 05110bf62581b07f357a04d59cdb13d5.jpg). I am using the ajax version and need to keep the image as the original name. I have tried all the different ajax forms with no sucess.

Hi! Please open support request here https://borisolhor.com/forums/

Hello, when using ajax. do we change the name of a uploaded image?

Hi! No, name will be the same as original image

Hi – This looks awesome. Would it be possible to have a multiple “upload” field that will divide for example 3 files into separate single upload fields? Our current CMS does not support multiple uploads in one field, so would this be able to split 3 files from the multiple upload into 3 single field upload input fields? :)

Hi :) But would it be possible to use a multiple fields and then split them into single input fields? :)

Unfortunately not

No worries – Thanks for the quick reply :)

can it show file link location after upload ?

Hi! Unfortunately not, but I’m going to add this feature in next release

Hi Boris, a have a problem in https://medidesk.pl/kariera/office-menager/

drop_uploader.js?ver=5.1:396 Uncaught TypeError: $(...).fadeOut is not a function at XMLHttpRequest.xhr.onreadystatechange (drop_uploader.js?ver=5.1:396)

What is wrong?

Hi! Please create support request here http://support.borisolhor.com/

why the progress bar is not working on the exmaple index.html file? http://prntscr.com/msvjk7 when the submit button is clicked why the example PHP code is not executed, and displayed? http://prntscr.com/msvjom

Why use XMLHttpRequest instead of ajax? Cant it be converted to AJAX?

if it cant be converted to AJAX I want my refund

So, please open refund request

Hi,

I am very interested in the script, before buying

Once you send to the server an image or other file, there is no function that displays the image or file? It’s to share it with other users

Thank you

Hi! Unfortunately, there is no such option

Quick question: regarding dragging and dropping. It does not automatically upload the file on every request right? So as in they add an image, it shows a preview but does not actually upload it or does it? Thanks in advance. Amazing work!

Hi! There are several options. In AJAX and Chunked mode uploads starts right after you drop files to Drop Uploder. There is also general uploading method available, when uploads starts after user click submit button

Ok thanks for your quick reply. Is there a way to disable that so when u drop the file in, it does not so it automatically upload for chunked uploads. Also with chunked uploads can I have it so it does everything after the submit button. Thanks in advance.

Also I am using the chunked uploads form and need to add an input field. Is that easy to do? Thanks again in advance.

Hi! Unfortunately not. In AJAX and Chunked method file upload will start right after user drop files. About add input field – what do you mean?

hi! my doubt is, can the files be directed to a specific directory on ftp server on another pc?

Hi! This plugin is actually JS file uploader. PHP part there added just for example, but you can modify it for your needs (change upload destination folder etc)

Hi, Looks like there is a bug in the “Chunked Single File Upload with List Layout” demo.

1) pick a file and upload it – that’s fine. 2) delete the uploaded file. 3) try to upload another file – nothing happens.

The page has not been refreshed

Hi! Can you check, is there some JS errors in console?

There are no errors in the console. I also tested the same scenario with Firefox and it works as it should. dnt know why it behaves this way with chrome.

Hi! Can you reproduce this bug on other computer in Chrome?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey