Hi,
I'm using PHP Upload and Resize to just upload an image (and create two thumbnails) (this is just upload NOT upload and insert/update database). After the upload process (which works fine, uploads the images and creates the thumbnails) I direct to a page where I need the filename of the image that has just been uploaded.
I've tried setting the extension to GET or POST for values to send but each time the image filename is truncated. For example if I upload an image called "Chrysanthemum.jpg" the script uploads the file (and I can see Chrysanthemum.jpg in my uploads folder) but the querystring or posted values sent to the next page show the filename as "santhemum.jpg" - here is the full POST to the next page.
StatusField_FileName=saved&NameField_FileName=santhemum.jpg
I've tried several different images and each time it uploads the image fine (and keeps the filename intact) but the value posted to the next page is also only part of the filename not the full file name.
Can you please advise.
Also the progress bar doesn't load.
Regards, Adrian |
|
|