Change image name, upload file jquery

Asked

Viewed 214 times

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 ?

  • 1

    Good morning Diego, thank you for responding! I am using php yes! But upload is director totally by this plugin!

  • Yes, but to upload you need a post. And the post is done by PHP, in the plugin folder has a folder called php and there’s a file inside that uploads.

  • Yes Diego, the post occurs through a php page of the plugin itself. Uploadhandler.php http://codepad.org/IbHzo4vH

  • 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.