danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 384 forks source link

Reload on upload same file #115

Open saiballo opened 3 years ago

saiballo commented 3 years ago

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 plugin finish to run it reload the page. why?

no problem if the file does not exist on server