# 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 # # # 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://upload.thinfile.com/demo/init.php # # # 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 # # size_exceeded 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. # # Example: # size_exceeded=http://upload.thinfile.com/demo/exceed.html # # # The progress indicator can display a thumbnail of each image as it is being # uploaded. To enable this feature uncomment the show_thumb property below. # # Example: # show_thumb=1 # # # 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://upload.thinfile.com/demo/single.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 # browse=1 browse_button=1 # # 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 # # # 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://upload.thinfile.com # external_target=_top # redirect_delay=1000 #