So I am trying to programmatically browse and I want to upload a file to an input tag with the type of file.
How would I go about this? I don\'t want the user to have to
This is not possible. For , the value attribute of the input element is READONLY with Javascript. Otherwise, that would be a large security hole.
value