Results 1 to 3 of 3

Thread: Browse and Upload
      
   

  1. #1
    Rubicon is offline Corporal
    Join Date
    Sep 2005
    Posts
    10

    Default Browse and Upload

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

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    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 Specialist

  3. #3
    Rubicon is offline Corporal
    Join Date
    Sep 2005
    Posts
    10

    Default

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Browse button and upload box.
    By Rubicon in forum Forms
    Replies: 1
    Last Post: 11-13-2005, 08:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49