I have a component form that tries to upload a file. This requires the 
jquery.Form.js, which I have installed and have been using successfully for 
quite some time. However, after making some changes to my layout file and 
juggling the order of my css and js loadings, I'm now getting this error 
message when I submit the file upload form:


Uncaught InvalidStateError: Failed to set the 'value' property on 
'HTMLInputElement': This input element accepts a filename, which may only 
be programmatically set to the empty string.


I suspect it's the sequence of js files I'm loading. And this sequence is 
relative to the web2py_ajax.html file, too. Does anyone have some guidance 
about the above error message and whether it's the order of my css or js 
files that's causing this?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to