Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
I have a question. You write "Fine Uploader will call your signature server before each and every request, asking for a SAS URI."
Why do you do that? For every chunk, you request a "new" SAS URI, whereas a shared access signature is given for a whole blob, and basically every time is the same.
Why don't you request SAS in the beginning and just use it further?
The same question with OPTIONS. Why call it for every chunk?
Hi,
I have a question. You write "Fine Uploader will call your signature server before each and every request, asking for a SAS URI."
Why do you do that? For every chunk, you request a "new" SAS URI, whereas a shared access signature is given for a whole blob, and basically every time is the same. Why don't you request SAS in the beginning and just use it further?
The same question with OPTIONS. Why call it for every chunk?