Results 1 to 3 of 3

Thread: Upload image

  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Upload image

    Just learned how to make html forms but would like my visitors to upload images to me when they send information.
    How do I do that??
    Cheers anyone that can help me!
    www.flatdragon.com

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Quote Originally Posted by Leigh Murphy View Post
    Just learned how to make html forms but would like my visitors to upload images to me when they send information.
    How do I do that??
    Cheers anyone that can help me!
    www.flatdragon.com
    1. You can't upload files only using HTML markups.

    2. You can't upload files only using HTML & JavaScript.


    Your solution should be a server side script based on any of the following server-side technologies PHP, ASP, ColdFusion, Java, etc . Since you haven't specified your server-side tool in your posting it would be difficult to comment about it.

    Below you can find some tutorials/sample script in various server-side technology for your reference based on them you can build your own script.

    PHP File Upload

    ASP File Upload

    Ajax&PHP based File Upload


    A Tutorial on file uploads

  3. #3
    Join Date
    Mar 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks

    That's really helpful thankyou
    Leigh

Bookmarks

Posting Permissions

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