1
Good morning Gentlemen,
Someone who has already worked, or who understands the code of the jquery file upload plugin THAT ONE Could you tell me how I change the image name before uploading?
Example: The image has the name image.jpg and I would like it to take some data and pass it to the image, so that it is saved type. 1_3_image.jpg
NOTE: I am using 'Basic Plus'.
Hug!
What is your server-side ? PHP language ?
– Diego Souza
Good morning Diego, thank you for responding! I am using php yes! But upload is director totally by this plugin!
– Jeferson Kaefer
Yes, but to upload you need a
post
. And thepost
is done by PHP, in the plugin folder has a folder calledphp
and there’s a file inside that uploads.– Diego Souza
Yes Diego, the post occurs through a php page of the plugin itself. Uploadhandler.php http://codepad.org/IbHzo4vH
– Jeferson Kaefer
What I need is to pass the value of an <input type=Hidden value'id_p'> along with the image name. but I’m not getting it.
– Jeferson Kaefer