-
Notifications
You must be signed in to change notification settings - Fork 184
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
Rename file before upload #176
Comments
@NotMyUid Did you solve this? |
Hi @mariomurrent-softwaresolutions ,
Hope this helps, best regards :) |
@NotMyUid Yeah I found the same stuff. Thx for information. This works like a charm although its a bit hacky |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to rename a file before uploading it. Is it possible?
I tried renaming "file.name" both in "getUploadParams" and in "onChangeStatus" function, but I noticed that it is a readonly field.
Code:
I also tried, in "getUploadParams", to modify the returned value including a new File with the modified name as a property of "fields" object: in this case, in the request there are two files instead of one.
Code:
Request:
Thank you so much!
The text was updated successfully, but these errors were encountered: