-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed the problem of reuploading of files already selected while using c... #118
base: master
Are you sure you want to change the base?
Conversation
…g click_submit_target is set without reload the page
Is it supposed to be spelt fomrs? |
Yes, its a typo error. Should be spelled as forms_for_submit |
'ou' or 'or'? ;) |
@ashokkumar's solution works. Without the fix, it keeps re-uploading files that you've already uploaded in addition to any new files that you've added. For those who need the fix now, try this is your
|
…hing key from input field rather than data
…rename files on upload
@waynehoover Can you get this change in there so I can stop referencing GitHub in my |
I'm not sure why you are removing the {} replacing.
I find that much easier to read than
Which, by the way whats wrong with |
Fixed the problem of reuploading of files already selected while using click_submit_target is set without reinitialising the S3Uploader.