I was wondering what are the characters needed to be encoded when sending a filename in the url ?
The script uploaded the 10 images in the 10 file inputs.
After uploading it displays the 10 images uploaded.
Unfortunatley it never showed up any of the images. The uploaded files had names with blanks,-,commas etc etc. So I just changed them to p1.jpg to p10.jpg and it succeeded. So the problem lies in the name of the filenames since Im passing them to genimage.php?url=imagefilename to display the thumb of the image. So I guess imagefilename must be encoded if it contains other chars. I know blank is one such one. What are the other chars needed to forced encoded ?
Thanks
Encoded Characters in filename in URL
Moderator: General Moderators