PDA

View Full Version : [php][MX]auto-upload file


AlexCroes
03-24-2004, 04:41 PM
In my flashmovie there can be entered a link to a jpg file on the computer. in a textbox.
I want upload the entered locatie directly when a button is presed.

The link is posted to a php-file using loadAndSend

In the PHP-file i already checked if the posted var is a file, now i want to upload this file to the server. But here it goes sticky...
I can't find a way to upload the file, i can't get the var in $_FILE

Does anybody knows a solution for this problem?

AC