plupload
plupload copied to clipboard
Can the BeforeUpload event support promises?
Many times we upload files to a third-party server instead of uploading them directly to our own server. Before uploading to a 3rd party server, you usually need to call the interface to get some data and then actually upload the file to the 3rd party server.
The current BeforeUpload event does not support return promise
, hope that plupload can support it!
same question