well, yes... 😃
I'm pretty far I think, but there's one issue I can't resolve.
I use 3 pages, one where you can select the file you want to upload, one to select the upload directory and the last one to copy the file to that directory.
Well, the first page sends the file as
<FORM ACTION="upload.php" METHOD="POST" ENCTYPE="multipart/form-data"> (the file variable is "img1")
to the second one, but then the second page must send the file and a "path" variable to the 3th page.
And that's where I'm stuck. I can send the "path" variable, but I can't send the file...
Does anyone have an idea how this can be done?
many thanks in advance,
PF