vitti07 Posted May 14, 2007 Share Posted May 14, 2007 I am having a unexplainable issue when using an upload function. For the record I am using move_uploaded_file. It works on all computers I have tested it on (both Mac and PC). It works from my home. The site is housed on an external server, so the issue isn't related to access. However, the client can not get it to work. She is using IE 6 on a PC. But to me that should not make a difference, since the PHP is server side and it works on everything I run it on. The script is set up to run both a success message and a error message if the file doesn't upload. She is seeing neither. It just clears the form and responds with no message. Is there any reason why the PHP would not work on a certain network, even though the server is external? Could it be an IT issue with her or would a setting on my web server screw something up? I have tried everything, but cannot explain why she cannot get it to work. Quote Link to comment https://forums.phpfreaks.com/topic/51317-php-uploading-issue/ Share on other sites More sharing options...
neel_basu Posted May 14, 2007 Share Posted May 14, 2007 Perhaps its the Best way towards the Solution. Test it yourself on IE6 May be the output you are sending to the browser after uploading is not supported by her browser. Quote Link to comment https://forums.phpfreaks.com/topic/51317-php-uploading-issue/#findComment-252739 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.