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
Hi, I am trying to upload multiple files with custom target URL for each file using directory upload in AngularJS.
Use case: User clicks UPLOAD button, selects directory having n files. A request is sent to the server with file names. Server returns nAWS S3 pre-signed URLs as {fileName: URL }. Each file will be uploaded directly to S3 using the corresponding URL from the client.
Have not found a similar result on the internet.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to upload multiple files with custom target URL for each file using directory upload in AngularJS.
Use case: User clicks UPLOAD button, selects directory having n files. A request is sent to the server with file names. Server returns
n
AWS S3 pre-signed URLs
as {fileName
:URL
}. Each file will be uploaded directly to S3 using the corresponding URL from the client.Have not found a similar result on the internet.
The text was updated successfully, but these errors were encountered: