Dimensions:
The dimensions of the upload panel
Script timout:
The Server.ScriptTimeout of Your ASP page.
After upload go to:
The redirect page, call after the files are uploaded to the server
Upload folder:
The Folder to save the uploaded files.
The non-existent folders from the path are auto-created!
You can define it with 3 method:
Site Relative:
a Path relative to the Site or to the Document
ex: /MyFolder/
ex: ../MyFolder/
Use the search button to find Your Upload Folder
Absolute:
an Absolute Path
ex: c:\MyFolder\
With this You can save the file outside Your web site. Simply write the full path on the server as your upload folder!
Dynamic:
a dynamic path
In this case You must enter the name of your PHP function that will return the full upload path. Insert the name of your function with the parenthesis
For example:
Create a function like this:
<?php
function CreateUploadPath(){
//Here your php code
//example:
$YourUploadFolder = "c:\yourFolder\";
return $YourUploadFolder;
}
?>
and in the extension field put this:
Temp folder:
Define a temporary folder to save uploading info
Progress type:
The progress bar type. The extension contains 5 predefined progress-bar but you can create your own progress-bar layout on duplicate one of the existant and modify.
To create your own progress-bar you must search the DwZone folders in the Dreamweaver configuration folder and duplicate one of them, after you can open the new folder and modify the images with your own images. You can also change the graphic layout template that is the Template.html file you can find in this folder and you can also modify the css style on modify the default.css file. After you duplicate one of the default folder you will find the name of the new folder it in the combo-box in the extension main panel and you can apply the new layout.
The Dreamweaver configuration folders are in:
C:\Documents and Settings\<YourUser>\Application Data\Adobe\Dreamweaver CS4\Configuration\Shared\DwZone\MultipleUpload\Graphics\
Allowed extensions:
You can define which file extensions you want to allow your users to upload.
To allowe all the files type you must enter "*.*"
It can be limited on the server side (after upload) and on the client side (before upload).
To add/edit/remove the allowed files extension you can use the button in the right of this field.
The "Images only" button insert the files type for images: gif, jpg, jpeg, png, bmp
Confict handling:
Should a file already exist on the server, you can specify how you would like to handle the new file. Choices include overwriting, giving the file a unique name and skipping the file.
If You select "Unique name" and a file exist my code add e progressive number to the file name.
ex: Existing file is MyFile.txt the new name will be MyFile
0.txt
Enable log:
If checked the extension create a log file in the temp folder.
Total file size:
Define the total files size can be uploaded. This is verify client and server side
Max file size:
Define the maximun size for each file. This is verify client and server side
Max queued files:
Define the maximun number of files the user can upload.
Show info table:
If checked the extension show a panel in the bottom of the upload panel with some info about the progress like, speed, percentage, etc.
Form fields to send:
Select the form fields you need send to the server during the upload process, for example to create the upload folder or the file name
Upload button setup:
This parameters define the graphic layout of the browse button of the upload panel. With this extension in your page you will have only one browse button that insert how many files you need.
Image url:
The path of the browse button image
Width - Height:
The dimensions of the browse button
Button text:
The text of the browse button
Button style:
The css style to define the browse button
Button disabled style:
The css style to define the browse button when is disabled
Text padding:
The padding of the etxt for the browse button