Re: full path name on file upload+MultipartIterator question

2002-04-15 Thread andexor
#1 is true, but I don't think it has much to do with security. Probably more like the path on the server may not be the same as the path on the client and the OS might be different, too. You can get around this silly limitation if necessary. Just add a hidden field to your HTML and add some

full path name on file upload+MultipartIterator question

2002-04-10 Thread C D
Hey Guys, 1) Is it true that, for security reasons, the full path of a file that a client types in the html:file element during a file upload, is never available to the server? (I see only a getFileName() on FormFile) 2) I see a lot of emails floating around on the common MultipartIterator