Dropbox List of Categories
Dropbox - A Printer's best friend. A customer's dream.
Page 1 Page 2
- What is Dropbox?
- Will my customers need any special software to use Drobox?
- Can I customize the look of the Dropbox file upload form?
- When I load the dropbox file upload form, all I see is a blank page.
- When I load the dropbox file upload form, all the images and links are broken.
- How can I allow my Users to send files via a secure sockets layer, SSL?
- Can we add our own fileds to the dropbox upload form?
- How do I log in as a subordiante administrator?
- How do I update the subordinate's log in details?
- What is the folder limit for dropbox?
-
What is Dropbox?
Dropbox is a perl file upload script you place on your server so that your customers can send you files from your website. Files are transferred over the HTTP protocol which is the same protocol used to download and view webapges.
To top
-
Will my customers need any special software to use Drobox?
Just a web browser, such as Internet Explorer, Netscape or Firefox.
To top
-
Can I customize the look of the Dropbox file upload form?
Yes, it's just a regular HTML page, so you can add anything that's already displayed on your home page.
To top
-
When I load the dropbox file upload form, all I see is a blank page.
Log in to the admin section and click on Settings. In the File Settings sub-section, in the field labelled "Directory you uploaded dropbox.html to" enter the path you uploaded the dropbox.html file to. Some servers to do not read files located in the cgi-bin, in this case you should try uploading it to the same folder your homepage is in and set the field value to match.
To top
-
When I load the dropbox file upload form, all the images and links are broken.
You must use absolute paths in your links and elements in your HTML document. That is, links and image paths must start with either a slash, or http://. Starting your path with a slash / is a synonym for your website address.
To top
-
How can I allow my Users to send files via a secure sockets layer, SSL?
In your dropbox.html form tag, you must add the absolute URL to your secured copy of the dropbox.cgi script, starting with https://
The same applies to any images, external style sheets, external javascript files or any other elements loaded by your HTML page.
Then open dropbox_key.cgi in a plain text editor and set the $SecureServer variable as described in the script itself. Upload it to your server and your entire copy will now run in secure server mode.
To top
-
Can we add our own fileds to the dropbox upload form?
Yes, you can add as many as you like. All standard HTML form input fields can be used, including radio buttons, checkboxes, textareas, text fields and select menus. All data entered by the customer will be stored in the Notes asscoiated with the file uploads. If the customer is uploading multiple files in one process, the last file uploaded stores the form field data. Highlighted Notes links in the admin section have data stored in them.
To top
-
How do I log in as a subordiante administrator?
If you're already logged in as the Top level Administrator, click the Log out link on the far right of the Control Panel. Log in again using your Subordinate log in details. If you have not yet updated the subordinate's log in details, they are :
Username: 222222
Password: 222222
To top
-
How do I update the subordinate's log in details?
When you're in the Admin section, click on "Change Pass". When you change your log in details, you are updating the details of the administrator you are currently logged in as.
To top
-
What is the folder limit for dropbox?
You can create as many folder as you like, there is no hard coded limit.
To top
Page 1 Page 2
|
|