Multiple File Selection With Preview
Drag and Drop and Copy and Paste are not the only ways in which you can upload files with Rad Upload. The applet is capable of displaying a browse button similar to what you find on an HTML form. But there is a difference, the browser button of Rad Upload can be used to select not just multiple files but folders as well.
As you can see from the screen shot below, the file chooser will display a small thumbnail of images with in the current directory, making it easier to select the files for upload. This is yet another benefit of using our product instead of traditional html forms.
This feature can be enabled by the addition of the following settings to the configuration file or by directly embedding the setting into the web page that holds the applet. For more information please refer to the advanced settings page, and the anotations with in the configuration file.
browse=yes
browse_button=yes
|