Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm!Pro - Uploads are not working

Uploads are not working

Make sure that these permisions are configured corectly:

  1. Joomla! /tmp folder is writable
  2. Your upload folder (default is usually /components/com_rsform/uploads) is writable
  3. The relative path you are trying to access (www.website.com/components/com_rsform/uploads/file.doc) points to the correct absolute path of the upload folder (/var/www/mywebsite/components/com_rsform/uploads)

This can also be generated by the misconfiguration in the upload form component's accepted File Types. The correct way is to put each type on a new line. For example:
doc
jpeg
JPEG
pdf

Note: PHP has a default upload limit of 2 Mb / file. This can be adjusted to your needs by modifying the php.ini file:
upload_max_filesize=6M;
post_max_size=7M;
Always keep the post_max_size larger than the upload_max_filesize.
Feedback