rock_xl1 Posted February 9, 2008 Share Posted February 9, 2008 Hi ppl. I made i upload system to files biger then 100mb. So i made in php by a ftp acount. I change php.in to: upload_max_filesize = 900M post_max_size = 9000M And .htaccess to: RewriteEngine On php_value post_max_size 9000M php_value upload_max_filesize 9000M php_value max_execution_time 9000000 And works fine with Firefox no problem! But with Iexplorer not. Say time out... I don´t know why... Any one know´s why? Thanks Rafael Rocha - Portugal Quote Link to comment https://forums.phpfreaks.com/topic/90217-upload-work-with-firefox-and-iexplorer-not/ Share on other sites More sharing options...
amites Posted February 9, 2008 Share Posted February 9, 2008 which version of IE? Quote Link to comment https://forums.phpfreaks.com/topic/90217-upload-work-with-firefox-and-iexplorer-not/#findComment-462592 Share on other sites More sharing options...
kts Posted February 9, 2008 Share Posted February 9, 2008 There are still bugs with IE7, I'm not sure I have the solution at hand, but if you google it im sure someone else has Quote Link to comment https://forums.phpfreaks.com/topic/90217-upload-work-with-firefox-and-iexplorer-not/#findComment-462600 Share on other sites More sharing options...
rock_xl1 Posted February 9, 2008 Author Share Posted February 9, 2008 which version of IE? 7... Quote Link to comment https://forums.phpfreaks.com/topic/90217-upload-work-with-firefox-and-iexplorer-not/#findComment-462603 Share on other sites More sharing options...
AndyB Posted February 9, 2008 Share Posted February 9, 2008 Given that the time out is occurring on the server, it's not clear why this would be a browser problem. Did it ever work with IE? Perhaps there's some problem with your html code. Quote Link to comment https://forums.phpfreaks.com/topic/90217-upload-work-with-firefox-and-iexplorer-not/#findComment-462605 Share on other sites More sharing options...
rock_xl1 Posted February 11, 2008 Author Share Posted February 11, 2008 Given that the time out is occurring on the server, it's not clear why this would be a browser problem. Did it ever work with IE? Perhaps there's some problem with your html code. it works with small files... 1mb... biger give me time out. and firefox not. Quote Link to comment https://forums.phpfreaks.com/topic/90217-upload-work-with-firefox-and-iexplorer-not/#findComment-463967 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.