# Configuration file for Thin FTP Upload # # Online documentation is available at http://upload.thinfile.com/docs/ # Lines begining with the '#' symbol denote comments. They will not # be processed. # # # With FTP file upload the url should point to a directory on your FTP # server. You can add a username and password to the url so that users # are automatically logged in. # # Example: # url=ftp://thinfile.com/home/thinfile/incoming # url=ftp://user:pass@thinfile.com/pub/shared # url=ftp://citilabsftp.com/incoming url=ftp://citistaff:312clay@citilabsftp.com/incoming # # To change the welcome message displayed when the applet starts up, # change the message property. It should be a valid url and should point # to a web page. # # Example: message=http://citilabs.com/support/1.html # # # If you want to impose a limit on the total size of the file upload # enter a value in kilobytes for the max_upload parameter. A value # of 0, the default means unlimited. Please make sure that the server # side configuration does not impose a lower limit than what you choose # for max_upload # # Example: # max_upload=10240 # will impose a limit of 10 Mega Bytes # max_upload=0 # # The max_upload property checks the sum of file sizes. You can impose # a limit on the size of individual files using the max_file property. # The value is in kilobytes. 0 means no limit. # # Example: # max_file=2048 # for a limit of 2 Mega Bytes # max_file=0 # # max_upload_message message will be displayed when either the max_upload or # max_file setting has been exceeded. If you enter a text message it # will be displayed as a popup. If you enter a URL, the chosen page be # loaded with in the applet. (Note: size_exceeded is an alias for # max_upload_message) # # Example: max_upload_message=http://citilabs.com/support/1.html # # # If you need to disable the multiple upload feature, and to upload files # one at a time, switch to bachelor mode. When bachelor property is set # the applet will complain if you try to upload more than one file. Use # the angry_bachelor property to set the error message to be displayed. # # Example: # bachelor=1 angry_bachelor=http://citilabs.com/support/1.html # # # If you switch on the browse setting the applet listens for mouse clicks # and brings up a file selection dialog. If instead of clicking on the drop # target you wish to display a browse button set the browse_button # property as well. # # Example: # browse=1 # browse_button=1 # # # While the upload is in progress you can keep track of it using one of # three different progress monitors. Set your preference with the # monitor.type property. Possible values are; standard, thumbnails # and compact. These values identify the Standard Progress Monitor, A # monitor that displays a thumbnail of each image and a compact monitor. # # Example: monitor.type=thumbnails # # # By default the progress indicator will be hidden (closed) when the upload # completes. By uncommenting the following line you can continue to keep the # progress bar visible even after upload has been completed. The user will # then have to manually close the progress bar. # # Example: # monitor.keep_visible=yes # # # Use monitor.position to control the placement of the monitor. Asign one of # the following values; TL (Top Left), TR (Top Right), BL (Bottom Left), # BR (Bottom Right) and Center. # # Example: monitor.position=Center # # # To achieve even greater control over the monitor's placement, use # cartesian cordinates. # # Example: # monitor.position=(100,100) # # # The applet or the entire browser can be redirected to another page # when upload completes. Select the destination URL with the # external_redir parameter. # # If you do not enter a value for the external_target property, the URL # given external_target will be loaded with in the applet. Otherwise # the page will be loaded in the target frame. To redirect the entire # browser window use '_top' as the target. # # If you wish to delay the redirect, enter a value for the # redirect_delay property (in milliseconds). # # Example: external_redir=http://citilabs.com/support/1.html external_target=_top redirect_delay=999999999999999999999999999999999999999999 # # # Switch between resumable and non resumable file uploads by changing # the resumable property. When set to yes, an upload can be resumed if # it get's interrupted for whatever reason. If set to no an # interrupted upload cannot be resumed. # # Example: # resumable=yes # # # Begining with version 2.0 you can control the applet by embedding # the configuration data into the web page that contains the applet. # View the html source of the japplet.html file for an example. #