shane07 Posted April 25, 2008 Share Posted April 25, 2008 hello is it possible to upload the larger files without changing php.ini file? That is by using only the php scripts. If it is possible how can it be done? waiting for ur reply thanx Link to comment https://forums.phpfreaks.com/topic/102886-how-to-upload-large-files/ Share on other sites More sharing options...
atticus Posted April 25, 2008 Share Posted April 25, 2008 It may be possible, I have not had much success with it though. I do have one theory that may work, I have seen it done with java. If the file can be sliced up into smaller packets under 2 mgs, and sent to the server than reconstructed at the other end you could get around the file transfer limitations. Link to comment https://forums.phpfreaks.com/topic/102886-how-to-upload-large-files/#findComment-527014 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.