You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to specify a filename to the files I'm uploading to S3.
I noticed that here you are passing an empty doc to the constructor, are you planning to open it up to the callbacks (possibly manipulateImage), so that we can specify the filename? Or you passed an empty doc deliberately due to some reason I completely missed?
I'd like to know your opinion on this.
Thank you very much.
Great updates btw.
The text was updated successfully, but these errors were encountered:
I figured out a quick way to do this, but it requires to clone the project and modify lib/UploaderFile.coffe. In the upload method I simply check if the settings contain an id and use that to construct the filename on S3 side
Hi,
I'm looking for a way to specify a filename to the files I'm uploading to S3.
I noticed that here you are passing an empty doc to the constructor, are you planning to open it up to the callbacks (possibly
manipulateImage
), so that we can specify the filename? Or you passed an empty doc deliberately due to some reason I completely missed?I'd like to know your opinion on this.
Thank you very much.
Great updates btw.
The text was updated successfully, but these errors were encountered: