Manual - Flash Uploader
Just a few steps...
-
Modify the "data.xml"
-
folder: You are able to define as much directories as you want. Edit or delete the existing entries or add some new in this format: <folder name="directory" /> "directory" is the name of the directory
-
filetypes: Enter all allowed file types here. You can also define as much as you like. Modify the entries or add some new in this format: <type name="*.extension" /> extension is the file extension you want to allow
- Modify the help.html file. This is intended for further information reffering the uploaded files or whatever you want. The list of special characters is just a list and has no effects to the functionality of the uploader.
-
Optional you can add some additional commands into the progress.php, open it and insert your commands at the marks.
- Also optional you can include the uploader into your existing page by open the upload.html und copy the whole code block from <object> to </object> to the respective place inside your page.
- Now copy all files to your webspace. There is no need to create the directories by your own. If they're not existend, the uploader will create them by the data from the data.xml.
That's it!