> > > How is supposed the web application to detect that the browser > supports this feature? > > Maybe instead of overloaded send, we should create new method sendFile(File) and sendFiles(File[]).
And between the two approaches, the first one is simpler, but the > second one allows to send the files one each time and add other form > data in the request. > > Maybe sendFiles(File[], [Strings[]])?
