while i am try to upload (.url) file at that time it changes file name as well as file path. it will takes path from Internet Temporary File address.
i want to get original file name and original file path.
please Help me.
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.
You can’t get the original file name or path from a file input. They are obscured to protect the user’s privacy and security (the structure of their file system is not the business of websites they interact with).
The purpose of a file input is to allow the content of a file to be submitted, not meta data about the file.