qteks200 Posted December 23, 2007 Share Posted December 23, 2007 Hello, Well I need to upload some files, with out ftp and only with File Input (HTML INPUT). I simply use php upload script, and it work for files up to 2 or 3 MB, but It cant even upload files over 4MB. Please help me solve this problem. also I have to say: 1) I set php.ini MAXIMUM_UPLOAD_SIZE to 200M 2) I have two solutions: a) read data using client-side codes like JS and split, send each part and then combine it on server b) create a TCP connection and then send file, but also it need a client-side application so users must install some plug-ins and it's not good! PLEASE OFFER ME YOUR EFFICIENT TECHNIQUES FOR UPLOADING FILES OVER 15MB USING PHP, thanks a lot! Link to comment https://forums.phpfreaks.com/topic/82951-how-to-upload-files-over-15mb-d/ Share on other sites More sharing options...
PFMaBiSmAd Posted December 23, 2007 Share Posted December 23, 2007 post_max_size also limits the maximum size - Note: Related Configurations Note See also the file_uploads, upload_max_filesize, upload_tmp_dir, post_max_size and max_input_time directives in php.ini Link to comment https://forums.phpfreaks.com/topic/82951-how-to-upload-files-over-15mb-d/#findComment-421890 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.