blueimp / jQuery-File-Upload

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

Home Page:https://blueimp.github.io/jQuery-File-Upload/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit only 1 file and replace if uploaded another

rajesh-redballoon opened this issue · comments

I want to apply file upload but allow only single value and if add file once added then remove the previous added file and replace with this new upload file.

Thanks

Please see #2190