ProCaptcha File Upload Form

The File Upload form allows you to receive files from your customers. There can be multiple files uploaded at the same time.

File upload functionality can be added to any ProCaptcha form (Guestbook, Testimonials, Contact Us form, Sign Up form, etc.) or to any custom form which is using ProCaptcha. We also offer a ready-to-use form which was designed exclusively for uploading files.

The files your visitors submit with the form will not be emailed to you for safety reasons. You can download your files from the "Browse Submissions" section in your account.

Files containing sensitive information can be received using our SSL encrypted connection.





File Upload form


What is File Upload form?

The file upload form looks just like any other form except that:
  • The <form ... > tag must specify the POST method.
  • The <form ... > tag must specify enctype="multipart/form-data".
  • The form must contain an <input type="file"> element.
The form is submitted to our server where the files will be stored and ready for you to download. We will send you a notification when new files are uploaded.


Limits: Total size of files and form's data should not exceed 8MB. The timeout is set to 2 minutes. Uploaded files are kept for 30 days before they are deleted. Please make sure you download the files in time.