Jquery and Input File
-
How do you set the value of an input file using jquery? $('input[type="file"]').val(value) just doesn't seem to work. Any thoughts?
-
Answer:
jquery uses javascript. You can't set/change the file path in a file input using javascript.
ed. at Stack Overflow Visit the source
Other answers
Your syntax is correct, however you can't set a value of a file input - this would be a huge security issue.
Marek Karbarz
You cannot set the value of an input-file. It's read-only.
Jonathan Sampson
Impossible because of security reasons This is by no means possible, because it would pose a severe security threat. It's on users to decide whether they trust the site to upload sensitive files or not. Example Imagine dynamically setting file path (as you suggest) to some known file like some system file that holds user's preferences or something system security related. This kind of security flaw would make browsers hackers heaven.
Robert Koritnik
Related Q & A:
- How To Convert Pmd File To Pdf File Online?Best solution by Yahoo! Answers
- What Is MSI File And How Is It Different From EXE File?Best solution by Stack Overflow
- How to skip the input in batch file?Best solution by Stack Overflow
- How I can validate input on form before upload file?Best solution by stackoverflow.com
- how to parse a xml file using jquery and phonegap?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.