ProcessPending set different destination per file #410
Unanswered
james-hinton
asked this question in
Q&A
Replies: 1 comment 3 replies
-
hey @james-hinton What you're looking for is: useRequestPreSend This guide should help get you started with that. Let me know if you have questions. In the meantime ill convert this into a discussion. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I want to be able to set a different destination for each file. I have to add filename to the destination URL (Azure blob).
Expected behavior
That it sends the file individually, but it processes every file with the same destination URL and ends up overwriting all the files with the same file
Versions
1.1.0
Code
Sorry I really struggle to format this, it just doesnt want to format
Beta Was this translation helpful? Give feedback.
All reactions