Hi,
I have a form which allows user to upload image. On submission of the form the data is inserted into the mysql database and image is copied into a directory. After this i try to redirect the user to the form which gives error in IE 7.This form works perfectly in Mozilla Fire Fox.
The form has one text box, file browse option and a submit button. The enctype of the form is set to multipart form data.
I really cannot why the IE 7 is giving error. Below is the message displayed by IE 7
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
What you can try:
Cany anyone help me.
Thanks
Harish
I have a form which allows user to upload image. On submission of the form the data is inserted into the mysql database and image is copied into a directory. After this i try to redirect the user to the form which gives error in IE 7.This form works perfectly in Mozilla Fire Fox.
The form has one text box, file browse option and a submit button. The enctype of the form is set to multipart form data.
I really cannot why the IE 7 is giving error. Below is the message displayed by IE 7
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
What you can try:
Cany anyone help me.
Thanks
Harish
Comment