Upload Form Component

K

kevwash

I get this message on the server side..

Form Validation Error
Please correct the information you provided by following these steps, then
submit the information again:

("Document.txt") is not a valid file. Please check the information you
entered and try again.
 
A

Andrew Murray

Sounds like you can't upload "*.txt" format files. Check with your host that you
can actually use the upload component - they can allow or deny *any* of the
server extension features.
 
Top