|
-
Jan 17th, 2001, 03:14 PM
#1
Thread Starter
Fanatic Member
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
-
Jan 17th, 2001, 05:23 PM
#2
Thread Starter
Fanatic Member
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.
-
Jan 17th, 2001, 05:25 PM
#3
Thread Starter
Fanatic Member
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
-
Jan 18th, 2001, 08:27 AM
#4
Black Cat
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
-
Jan 18th, 2001, 12:35 PM
#5
Thread Starter
Fanatic Member
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.
-
Jan 18th, 2001, 03:19 PM
#6
Black Cat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|