I am trying to upload a file from client pc to server by just giving the name of the file with file location in the temp folder.
is there any solution in php or J Query etc.
I am trying to upload a file from client pc to server by just
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well not J Query but Java, It is possible. use client side signed applet to transfer file by name through ftp. I found this link very useful. Some problem of security ftp password and username etc, could occur, As applet run on client side. But hope it will give u some direction to solve your problem.