Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Asp image upload script

Options
  • 07-02-2002 11:49pm
    #1
    Registered Users Posts: 125 ✭✭


    hello there,
    Anyone know of a good asp image upload script?
    Or could someone help me with this small problem?
    I have built a website in asp that is fully editable in a control panel
    what i now want to do is to let my users upload an image to an images folder

    at the moment i have it setup Something like this

    They fill out a form
    First Name = textbox here
    Last Name = text box here
    image = <img src="images/1.jpg" width="100" height="65">
    Submit

    They then go to a page and see there details.
    Now I know the image isnt uploaded yet, what i have to get them to do then change the name of the image to suite the one they are going to upload eg: <img src="images/joe.jpg" width="100" height="65">
    Then get them to upload that picture using a ftp program
    (All very messy)
    really what im looking for is a browse button on my form that will upload to my images folder aswell
    Any ideas?
    I have done this before in cgi and found it fairly easy to set up.
    I was also thinking maybe as the fill in the form i auto direct then to a page which has this cgi script installed. what do you think ?

    Thanks Tom


Comments

Advertisement