well looks like next plugin improvement for form plugin, hey Mike Alsup :)

macm wrote:
Hi

I am trying upload without refresh so I tried

http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/

Works like a charm but:

    Browser Peculiarities

    * Internet Explorer and Netscape do not use the VALUE attribute as
the default contents of the input area. Any default value set via HTML
is not usable via scripting and the DOM as well (hence it is not
listed as 'supported' in any of the browsers.) If a user enters text
in the field however, that value is then reachable via the DOM as it
normally would be for a normal INPUT field (via the .value property.)
The reason for this behavior would presumably be to ensure the
security/safety of users against malicious authors. Opera displays the
default VALUE attribute value and submits it as well (although it
prompts for confirmation on submit if you have not altered that
value.)

    from: http://www.blooberry.com/indexdot/html/tagpages/i/inputfile.htm


I heard that exist a trick about this and I would like to know who can
tell me.

So How I have paths from example above.

Something like that => c:/mydocuments/myfile.gif

How can I insert this in input file element? (I know how can I insert
but the problem isnt accept like I said before)

If Input file dont accept value=" " how can I insert the path into
input element?

Regards

macm

Reply via email to