All Scripts backed by 8 years in business, free support, free updates and a 30 day money back guarantee.
Download Purchase Programming F.A.Q. Support Contact
Commercial Perl Scripts
All Form Pro
Count It
Form Mailer + Attachments
Client File Manager
Da Godfaddah
Dropbox
FAQ Builder
ManageHT
RegisterHT
Mailing Bank
Page Updater - Text
Page Updater - WYSIWYG
PS Guestbook
PS Lightning Search
Quick File Mailer
Quick MySQL
Select-A-File
Upload Center
Free Perl Scripts
Access Log Viewer
All Form
Epoch Converter
Error Log Viewer
Invoice Center
PS Upload
Question Manager
Quick CHMOD
QuickHT
Site File Finder
Site File Lister
SSI Tag Maker
Perl Modules
Monger Calendar
Monger File
Monger Mail
Monger Persist
JavaScript Generators
PopUp Windows
Meta Gen
RGB / Hex Converter
Page Colors
Sudoku
Tutorials and FAQs
Cookies
Using CuteFTP
Using WS_FTP
Installing Scripts
Debugging
Utilities
env_vars.pl
backup.pl
restore.pl
check_email.pl
date.pl
dayname.pl
fileage.pl
format_length.pl
format_url.pl
getfile.pl
parse.pl
redirect_html.pl
Free Services
Epoch Converter
TLD Registries
RGB/Hex FInder
Colour Checker
ASCII Codes

Form Processor with no SPAM from robots.

Anti-spam, anti-robot, anti-flame, Guestbook for your website.

Manage Remote websites from your website. Allow clients to update sections of their own web pages.
Search our FAQs FAQs Printer Friendly Version
PS Upload     List of Categories

PS Upload: Free File Uploading CGI Script
Page 1 Page 2

  1. What is PS Upload's file upload limit?

  2. Can I set a maximum limit?

  3. How many files can be uploaded at once?

  4. What servers does PS Upload work on?

  5. Which file types can be uploaded?

  6. Does PS Upload send form data to me?

  7. Will I be notified of the file upload by email?

  8. I cannot install the script or I receive a server 500 error.

  9. File uploads are showing up as 0kb in size?

  10. How do I pass the file names to another script?







  1. What is PS Upload's file upload limit?

    There is no limit. PS Upload will continue uploading a file for as long as your server's resources permit or as long as there is an Internet connection between the uploading browser and your website server.

    To top


  2. Can I set a maximum limit?

    Yes, on line 51 of the script you will find this variable :

    $max = 100;

    Set it to the number of kilobytes you are willing to accept. Any file type encountered above that size will be rejected before the file is uploaded. This max file upload setting applies to each file.

    To top



  3. How many files can be uploaded at once?

    As many as you like. Each of your file input fields must be named FILEn where "n" is any unique number and "FILE" is un uppercase. To allow 3 file uploads in one process, you'd use the following in your form :

    <input type="File" name="File1">

    <input type="File" name="File2">

    <input type="File" name="File3">

    Each input field accepts only one file / file name. You cannot "select all files".

    To top



  4. What servers does PS Upload work on?

    PS Upload has been successfully installed and tested on Mac, Linux, Unix, BSDOS and Windows servers on file uploads as large as 1 gigabyte. All of our Perl CGI file upload scripts and programs incorporate the same core code.

    To top


  5. Which file types can be uploaded?

    Every file in existance. ASCII and Binary. Every file. However you can limit the file types you accept by adding the file extensions you accept starting on line 96 of the script. Just the extenison, not the period.

    To top


  6. Does PS Upload send form data to me?

    No, it only uploads files and notifies you of the file upload. If you want other form data sent to you also, you need to look at either FormMailer with Attachments, or AllForm Pro.

    To top


  7. Will I be notified of the file upload by email?

    Yes, if you enter your email address on line 65 of the script and the correct path to your server's mail program on line 75 for unix servers or line 79 for Windows servers.

    To top


  8. I cannot install the script or I receive a server 500 error.

    You can order installation here. Or you can give us something for free and do some work for us at no charge and we'll then consider doing the same for you.

    Alternatively, you can learn how to install perl scripts here.

    To top



  9. File uploads are showing up as 0kb in size?

    The two most common reasons for this are :

    1) You do not have the enctype attribute set in your form tag. Make sure your file upload form in your HTML document has a form tag that looks like this :

    <form action="/cgi-bin/upload.cgi" method="post" enctype="multipart/form-data">

    2) You have run out of diskspace on your server, in which case the script will print the server's returned error message which usually reads something like : Out of Disk Space!

    To top



  10. How do I pass the file names to another script?

    You can't. It would require custom modifications to Perl script. We can make these mods and create a variable for you which contains a string in your preferred format for our minimum charge of USD $30.00

    To top


Page 1 Page 2

Was this page helpful?    
  ©2008 PerlServices.net. All Content and Media. Site hosted by LinuxHostingPlans.com