Results 1 to 6 of 6

Thread: puting images in page via an admin center

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537
    howdy,
    has anyone seen those pages that allow you to 'make your own' web page? All you do is click in the 'headline' area and type the text you want, then click in the 'body' area and type some body text, then if you want you can put an image on the page.

    how do they do the image thing? it opens up the save as dialog box and allows you to save a GIF or JPEG to the server.

    does this make sense? I understand the text part(I think) but the image?

    any ideas on this?
    I don't have an example website but when I run across one I'll post it.

    thanks
    pnj

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537
    here is an example of what I am talking about.

    http://pnj666.knac.com/hp/edit/index.html

    click on the images and see what I meen.

    pnj

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537

    sorry that won't work for ya

    go to http://www.knac.com and click on MYKNAC and start your own site. then you will beable to see what the hell I am talking about.

    thanks
    pnj

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Like this? The client side is easy, then you need a script to handle the incoming file on the server.

    Code:
    <html><head><title>Test</title></head>
    
    <body>
    <form action="script.asp" method="post" enctype="multipart/form-data">
    <input type="file" name="filebox" size="10">
    <input type="submit">
    </form>
    </body></html>
    Josh

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537
    JoshT,
    thanks.
    do you have any idea what the server side script would look like? or where I can find one? prefereably in ASP?

    thanks.
    pnj

  6. #6
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032

Posting Permissions

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



Click Here to Expand Forum to Full Width