inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Mar 28, 2010 8:34:32 GMT -8
So basically if you have something like: <input type = 'file' name = 'bleh' />Is there anyway through JS to set the value of that? As far as I know & have tried, there isn't. Which .... sucks! So tips please!
|
|
inherit
77753
0
Jul 18, 2024 12:23:50 GMT -8
Bob
2,623
April 2006
bobbyhensley
|
Post by Bob on Mar 28, 2010 10:13:26 GMT -8
So basically if you have something like: <input type = 'file' name = 'bleh' />Is there anyway through JS to set the value of that? As far as I know & have tried, there isn't. Which .... sucks! So tips please! The value of a file input is read-only. It's a security issue.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Mar 28, 2010 22:53:31 GMT -8
Thought it might be ...Cheers for cleaning it up Bobby!
|
|