[jQuery] full file path from file input
Hi,
some of the newer browsers (firefox 3) only make the filename
available from a file <input> element, even though the full path is
displayed in the text box. anyone know of any techniques to get
around this? i've tried using google gears, flash, and considered a
java applet, but am having trouble with the first 2 and i don't want
to resort to java. the reason i need the full path is because this
i'm writing a local application, not uploading files to a server or
anything.
https://developer.mozilla.org/en/Updating_web_applications_for_Firefox_3#File_upload_fields
thanks