I am having a problem posting a file via:
<input type=file...
if the file is larger than about a 1/2mb thenthe php page that it is posted to is never reached. all that is currently in the php page is echo "test"; and yet when you submit the window is stuck thinking(hour glass).
some sort of timeout? any suggestions?
CES
<input type=file...
if the file is larger than about a 1/2mb thenthe php page that it is posted to is never reached. all that is currently in the php page is echo "test"; and yet when you submit the window is stuck thinking(hour glass).
some sort of timeout? any suggestions?
CES