My Code:

<form action="<?=$PHP_SELF?>" method="POST" name="sendit" enctype="multipart/form-data"> <input name="<?= $upload_file_name; ?>" type="file" size="60"> <input type="submit" value="Upload">
<?
echo "<input type=\"hidden" name=\"my_array\" value=\"" .
base64_encode(serialize($my_array)) . "\">";
?>
</form>





The code does not compile.





Thank you for the 7 different copies of your messages which i recieved. You had missed the last part of my reply to your original post.


--
Raditha Dissanayake.
---------------------------------------------------------------
http://www.radinks.com/upload/ Drag and Drop Upload thousands of files and folders in a single
transfer. (HTTP or FTP)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to