Hello everyone,
I have chosen Dropbox as my storage server and I am developing a system to upload images from my website to Dropbox.
I have some questions that I would like to seek your help on. Here is what I received from my developer.
*** Issue: We are having trouble with the speed of uploading images through the API from our system.
- Platform: PHP Laravel - Mechanism: Using 2 methods, uploadStream and uploadSession
- Process: When the user selects a file to upload, the system will directly send it to Dropbox using the above 2 mechanisms
->>> My developer has tried many ways but could not improve the upload speed. Can you advise me on this issue?