Welcome Guest, Not a member yet? Register   Sign In
Upload large files
#4

(01-19-2019, 03:35 PM)HardyW Wrote: Is there any support for uploading large files in slices to prevent any hassle with PHP file or upload limits? Typical examples are movies...

I am using tus upload from https://tus.io/ . They do not have official php implementation but this library from https://github.com/ankitpokhrel/tus-php has the server side implementation. On the front end, I use Uppy from https://uppy.io

I am using the above combination to upload videos upto 1GB and it does a good job. You might need to do trial and error on the php implementation side as the php library has some hard coded urls and bugs with missing documentation.
Reply


Messages In This Thread
Upload large files - by HardyW - 01-19-2019, 03:35 PM
RE: Upload large files - by php_rocs - 10-02-2019, 08:00 PM
RE: Upload large files - by mboufos - 10-03-2019, 12:04 AM
RE: Upload large files - by gaurav_ch - 10-03-2019, 04:39 AM
RE: Upload large files - by John_Betong - 10-03-2019, 05:17 AM
RE: Upload large files - by albertleao - 10-03-2019, 06:34 AM
RE: Upload large files - by John_Betong - 10-03-2019, 07:03 AM
RE: Upload large files - by InsiteFX - 10-03-2019, 09:23 AM
RE: Upload large files - by MGatner - 10-04-2019, 05:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB