How set input file in Jquery?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.