Hello all !
I upload a picture from my computer to the website (upload script)
The picture shows up on the webpage gallery (JS Gallery) ! The gallery is instructed to dir all the files in the specific folder and show them.
But when i connect with my FTP client i cant find the pics in just that specific folder, they are simply gone but still they exist in the webpage.
My own conclusion is that my files saves as TEMP files in some odd directory but what i cant understad is that my files is displayed on the webpage
The site is in swedish and is a Protfolio type of page.
I am open to any other suggestion =)
The upload script (form not included)
[php]
"; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo "File is valid, and was successfully uploaded.\n"; } else { echo "Upload failed"; } echo "
"; echo ''; echo 'Here is some more debugging info:'; print_r($_FILES); print ""; ?>
[/php]
The delete/array site
[php]
Bild | Ta Bort Bild | Bekräfta |
”; | Markera $file | ”;”; |