• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Invalid Input on file upload(solved)

Invalid Input on file upload(solved) 13 years 9 months ago #14376

  • dan9
  • dan9's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 3
Long story short, server stopped allowing upload of files through RSForms Pro.

Error was a standard error "Invalid Input"

I added this next bit of information to help save time searching. I recommend looking through these links first.

Form field guide:
www.rsjoomla.com/customer-support/docume...nts-file-upload.html

Form field requirements/faqs:
www.rsjoomla.com/customer-support/docume...are-not-working.html

Next, you can try to edit the form upload field to save the files in a different directory. If that doesn't work, then your path is probably incorrect.

Solution that worked for Me
After the above information did not solve the problem.

Note from the RSJoomla staff that helped me solve the problem: "Depending on the settings from your server, a value for the given variable may be required in order to specify a temp-folder for the uploads on your site."

Added to the .htaccess with the following code:
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/username/public_html
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>

Created a php.ini file in the public_html directory and added:
upload_tmp_dir=/home/username/public_html/tmp

The above code is an example only. You can store your forms in any directory, including outside of public if the files uploaded have sensitive information.

Thanks and I hope this helps someone else.
sláinte mhaith
The administrator has disabled public write access.
The following user(s) said Thank You: gpm, dwpegues, sales40

Re:Invalid Input on file upload(solved) 13 years 8 months ago #14443

Thanks so much for your thoughtful post. It saved me some headache. The .htaccess and php.ini code did the trick!
The administrator has disabled public write access.

Invalid Input on file upload(solved) 12 years 1 week ago #22871

  • sales40
  • sales40's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Thank You.... You save my day....
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!