JackTheRussel
Programmer
Hi.
I have page called upload.mas. There I have
HTML-from where user can upload image.
form action is upload.cgi, which takes care of the upload.
When upload.cgi has uploaded image, it goes back to the page, where user uploaded the image, using the refresh function:
How can I send variable information from the upload.cgi page to the page ?
I would like to send image-name information to the page where user uploaded the image.
Is it possible, and how ?
I have page called upload.mas. There I have
HTML-from where user can upload image.
form action is upload.cgi, which takes care of the upload.
When upload.cgi has uploaded image, it goes back to the page, where user uploaded the image, using the refresh function:
Code:
<html>
<head><meta
http-equiv="REFRESH" content="3;url=http://www.upload.mas">
</head>
<body>
<p>Thanks for the upload.
</body>
</html>
How can I send variable information from the upload.cgi page to the page ?
I would like to send image-name information to the page where user uploaded the image.
Is it possible, and how ?