Re: input type= file problems

> 	cause i want to send files to a server. But this not work, does anybody
> know why?

Because allowing untrusted JS to upload random files to the server is a giant
security/privacy hole. So any sane browser disallows setting the value of file
inputs via JS.

Boris
-- 
Conway's Law:
    In any organization there will always be one person
who knows what is going on.  This person must be fired.

Received on Friday, 31 January 2003 03:50:40 UTC