The option for a viewer to browse and upload a file on an email submit form would be very nice.
Browse and Upload
Collapse
This topic is closed.
X
X
-
Check out the File Upload component. You can use it to specify filename, or use it to send the selected file.
For a complete documentation about the control read this: http://www.faqs.org/rfcs/rfc1867.html
The exact syntax depends on how you want to use the control:
1. Send a filename via email select encoding type: text/plain
2. Send a file via email select encoding type: multipart/form-data
3. To send a file to a webserver you need some PHP or ASP code which is executed in the page as specified in the action field.Forum Moderator
BlueVoda Spe******t
-
Comment