ven0m Posted October 31, 2006 Share Posted October 31, 2006 Hello, i need an advise. I am currently looking for the best way to upload large files 50-100 mb.For now, i am looking at 2 options: to use the set of ftp_ commands, such as FTP_put,or to use move_upload_file function.I would be glad to recieve more ideas and suggestions.Thanks ahead Link to comment https://forums.phpfreaks.com/topic/25717-best-way-to-upload-large-files/ Share on other sites More sharing options...
scliburn Posted October 31, 2006 Share Posted October 31, 2006 i personal prefer using the ftp_put command when working with a clients site. This allows me to control access to their account with having to use the server's tmp directories for the initial storage of the file. Link to comment https://forums.phpfreaks.com/topic/25717-best-way-to-upload-large-files/#findComment-117415 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.