r1x7 Posted April 2, 2007 Share Posted April 2, 2007 I need to make a script that can let a user upload large files (100MB would be the largest file), Is the normal post method ok for this ? Also when the server is receiving data using this method does it read it to the file each time it receives a chunk of data or does it read it in to the memory fully then write it to the file ? Link to comment https://forums.phpfreaks.com/topic/45347-uploading-large-files/ Share on other sites More sharing options...
seephp Posted April 2, 2007 Share Posted April 2, 2007 I got it to work for me. The only reason it wouldn't work is if you capped it (I think) Link to comment https://forums.phpfreaks.com/topic/45347-uploading-large-files/#findComment-220187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.