I have an app where users upload photos and more recently have requested the ability to upload short video clips (~10 second). The users would be uploading video shot from cellular phones. The methods I have tried to enable this feature either timeout during upload, or simply take too long. Is there an eloquent way to resolve this dilemma?
You might look at this post: Timeout on large file upload
It talks about an approach that’s supposed to avoid the timeout issue.
2 Likes