What is the difference between BeforeUpload and UploadFile events in plupload? Both should be fired just before the file is uploaded. No difference is obvious from the documentation.
What is the difference between BeforeUpload and UploadFile events in plupload? Both should be
Share
BeforeUpload is triggered before file is uploaded, while UploadFile triggers after upload is already started (for the latter to be true UploadFile should be bound after uploader.init()).
This is from plupload FAQ:
http://www.plupload.com/punbb/viewtopic.php?id=917