Browse and Upload

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Rubicon
    Corporal

    • Sep 2005
    • 10

    Browse and Upload

    The option for a viewer to browse and upload a file on an email submit form would be very nice.
  • Pablo
    Moderator

    • May 2005
    • 507

    #2
    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

    • Rubicon
      Corporal

      • Sep 2005
      • 10

      #3
      Dude! that is EXACTLY what I was looking for,thanks!

      Comment

      Working...
      X