my problem is the "upload script"
when someone uploaded a file the script makes a new site only with this "browser" and "upload" button and a message like a url for the file the user just has uploaded or a failure message.
the user can upload more files over this site but if he goes backward by using the browsers buttons and then want to upload from the original site always a failure message appears: "Something is wrong with uploading a file"
to avoid this i would like to make the iframe LOADING the original uploading site. Its sad that the user dont gets a feedback if he had access with uploading but i dont know what to do against it !
(i integrated the html source into another site you can try it at your own here: goto <!-- w --><a class="postlink" href="http://www.seek.us.ms">www.seek.us.ms</a><!-- w --> and click on "login" then login with password "seek"
...
hope for your repsonsesmoved to the PHP sub-forum because.....well.....it's PHP.
Um..if the user uploads a file with a post action..and then attempts to re submit that form....they will recieve a notification from their browser(usually) "blahblahblah pressing ok means any action done before will be repeated..blahblahblah"
but if you want to redirect someone with php..you can use:
header("Location: url");
exit;oh thanks :rocker:
when someone uploaded a file the script makes a new site only with this "browser" and "upload" button and a message like a url for the file the user just has uploaded or a failure message.
the user can upload more files over this site but if he goes backward by using the browsers buttons and then want to upload from the original site always a failure message appears: "Something is wrong with uploading a file"
to avoid this i would like to make the iframe LOADING the original uploading site. Its sad that the user dont gets a feedback if he had access with uploading but i dont know what to do against it !
(i integrated the html source into another site you can try it at your own here: goto <!-- w --><a class="postlink" href="http://www.seek.us.ms">www.seek.us.ms</a><!-- w --> and click on "login" then login with password "seek"
...
hope for your repsonsesmoved to the PHP sub-forum because.....well.....it's PHP.
Um..if the user uploads a file with a post action..and then attempts to re submit that form....they will recieve a notification from their browser(usually) "blahblahblah pressing ok means any action done before will be repeated..blahblahblah"
but if you want to redirect someone with php..you can use:
header("Location: url");
exit;oh thanks :rocker: