|
-
Jun 27th, 2005, 11:57 PM
#1
Thread Starter
New Member
Sending files over http
ive created a web server as my major software project but now need to know how to transfer files. any help would be greatly appreciated.
-
Jun 28th, 2005, 03:35 AM
#2
Re: Sending files over http
Welcome to the forums!
Here is one method:
http://vbforums.com/showthread.php?t=337424
-
Jun 28th, 2005, 04:41 AM
#3
Thread Starter
New Member
Re: Sending files over http
i need from the server side for images etc.
-
Jun 28th, 2005, 10:19 AM
#4
Re: Sending files over http
Can you explain what you mean? Do you want your web server to be able to take HTTP file uploads? - this is something which server side scripts usually do, not web servers.
However, you could use the WebDav HTTP extensions.
-
Jun 28th, 2005, 05:31 PM
#5
Thread Starter
New Member
Re: Sending files over http
no, at the moment my server can handle html text but i want it to be able to send images as well to the browser.
-
Nov 18th, 2005, 07:36 PM
#6
Junior Member
Re: Sending files over http
You need to use HTTP content headers. For instance, a html page has a content header that looks like:
For an image, you would use:
You could replace GIF with the other images formats, of course. I am also making a web server. But mine doesn't use headers either. I'm currently trying to implement sending content headers. Once I get it working, I'll show it to you.
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
|