D F G I L P S U

F

FileDownload - class devpia.dextupload.FileDownload.
Object with the function of downloading files or stream data (database BLOB) in server to the hard disk of client user through web browser.
FileDownload(HttpServletRequest, HttpServletResponse) - Constructor for class devpia.dextupload.FileDownload
 
FileItem - class devpia.dextupload.FileItem.
Class managing file item transmitted by user.
FileUpload - class devpia.dextupload.FileUpload.
The most important object of component in charge of actually uploading files and saving on server.
FileUpload(HttpServletRequest, HttpServletResponse) - Constructor for class devpia.dextupload.FileUpload
 
FileUpload(HttpServletRequest, HttpServletResponse, String) - Constructor for class devpia.dextupload.FileUpload
 
Flush() - Method in class devpia.dextupload.FileUpload
Ignores all data sent by web browser without saving any files (including temporary files) to server.

D F G I L P S U