nassar Posted July 15, 2006 Share Posted July 15, 2006 Hi 2 all, Frankly i need help from experts in phpfreaks.Now working on File uploading scripts... you know when i start uploading i face problem related to the size of files that it is begger than 2 MB.i googled internet i see that i can change the php ini file settings to accept morte than 2 MB but i still face problem that uploading process not completed.So is there anoy one can help me to solve this problem? or even if any can guid me the ready script to see the process file, how they manipulate the big files uploading matter.i hope i explain the matter good. wait to read your posts.Thanks in advance.Nassar Quote Link to comment https://forums.phpfreaks.com/topic/14684-uploading-big-files-with-php/ Share on other sites More sharing options...
ShogunWarrior Posted July 15, 2006 Share Posted July 15, 2006 I think the best option, though not always the most liked is to use a CGI script (Perl/Python etc.) which can usually upload over 100MB, and by using one with a status it's alot more user friendly than watching a page do nothing for a few minutes. Quote Link to comment https://forums.phpfreaks.com/topic/14684-uploading-big-files-with-php/#findComment-58573 Share on other sites More sharing options...
pixy Posted July 15, 2006 Share Posted July 15, 2006 I'm pretty sure you can change the maximum upload size in php.ini. It think it's set to like 8MB default. Quote Link to comment https://forums.phpfreaks.com/topic/14684-uploading-big-files-with-php/#findComment-58589 Share on other sites More sharing options...
lordphate Posted July 15, 2006 Share Posted July 15, 2006 What i did to fix the upload_max_filesize is using .htaccess look it up on google... don't forget to set the maxprocess time too...and there's another one too...hold on let me think :P .... max_execution_time max_input_time post_max_size upload_max_filesize Quote Link to comment https://forums.phpfreaks.com/topic/14684-uploading-big-files-with-php/#findComment-58591 Share on other sites More sharing options...
nassar Posted July 16, 2006 Author Share Posted July 16, 2006 thx 2 all.i find this online =====Using a fresh install of PHP, it's always a problem for newbies specially if they're working offline there is a need to deal with big files. And if I start working with phpmyadmin I don't prefer to visit mysql console just to run my dump file. So in case you need to tweak your PHP to upload big files there is three parameters to change in php.iniupload_max_filesize memory_limit post_max_size Why I'm posting this ? because I always change the first one upload_max_filesize and forget to tweak the others. Now I have to remember ... resource: http://hatem.phpmagazine.net/2005/10/configure_php_to_upload_big_fi.html====== Quote Link to comment https://forums.phpfreaks.com/topic/14684-uploading-big-files-with-php/#findComment-58841 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.