On Fri, 15 Oct 2004 10:55:24 -0700 (PDT), Joe Smith <[EMAIL PROTECTED]> wrote: > > When the user enter the path manually, instead of using browse to select > the file. Can commons-upload check if the path the user enter is correct?
No, this is not possible. All of the file selection process is handled client-side, by the browser. Commons FileUpload does not get involved until the browser sends the selected file to the server. -- Martin Cooper > > please advise. thanks!! > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
