Hey,
I'm doing a site where I can upload large power-point files/.ppt (up to 150 M😎.
My question is which is more smooth: To insert the files into blobs or upload the files on the server, entering only the path of the file in the db-table.
Either way I assume I'll have to change max_file_size and max_execution_time in the php.ini - file.
I was hoping to read some of your experiences when handling large files.
Also, I have already created a script that can insert the files into the database (using blobs) but I'm not sure how to do it ...when only inserting a path... so if anyone has a script or perhaps a link to such a script.. I'd be very grateful.