Upload a file using PHP and Jquery without displaying the browse window?

yopee

New Member
I want to upload a file using PHP and Jquery.I know the path where it is saved\[code\](Path is static with the same file name)\[/code\].
Every time when the user click the upload button then I need to upload the file in the backend and displaying only the uploading gif image in the front end.So is it possible to make the upload without displaying the browse window using Jquery and PHP?
 
Back
Top