1

I'm trying to take this file input, which is a multi-file input.

<input name="userfile[]" type="file" multiple=""/>

And after my files are selected, i want to put them into separate individual file inputs via javascript. Is this possible?

3
  • Didn't you just ask a similar question? stackoverflow.com/questions/6636064/… Commented Jul 9, 2011 at 17:08
  • What is the business or programming problem you are trying to solve? Perhaps there is a different coding approach that we could help you with if you explain what you need to do. Commented Jul 9, 2011 at 17:44
  • Did you find a way to do this? Some other workaround? I am faced with the same issue. Commented Oct 14, 2011 at 20:53

1 Answer 1

1

In practice, no. Every modern browser will prevent you from programmatically populating a file input.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.