|
 |
asp_components thread: Uploading Images to server!
Message #1 by Pritesh Mehta <Pritesh.Mehta@h...> on Mon, 2 Apr 2001 16:01:50 +0100
|
|
Hi all!
I am trying to determine whether it is possible to upload an image from
a
multipart form using the file form field, to the webserver without
using
components.
It will basically be taking the image and writing it into a specific
directory depending on parameters passed in with the form.
However I can't seem to find the method that takes the
request.form("imgFile") and binaryoutput streams it to a file object!
Any help would be greatly appreciated
;=AC>
Pritesh Mehta
**********************************************************************
This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
postmaster@h...
Whilst every endeavour is taken to ensure that e-mails are free from
viruses, no liability can be accepted and the recipient is requested
to use their own virus checking software.
www.haymarketgroup.com
**********************************************************************
Message #2 by "Joe Sabado" <joe.sabado@g...> on Mon, 2 Apr 2001 23:20:03 -0700
|
|
http://www.aspcode.com/display.asp?id=339 uploading without any component.
----- Original Message -----
From: Pritesh Mehta <Pritesh.Mehta@h...>
To: ASP components <asp_components@p...>
Sent: Monday, April 02, 2001 8:01 AM
Subject: [asp_components] Uploading Images to server!
Hi all!
I am trying to determine whether it is possible to upload an image from a
multipart form using the file form field, to the webserver without using
components.
It will basically be taking the image and writing it into a specific
directory depending on parameters passed in with the form.
However I can't seem to find the method that takes the
request.form("imgFile") and binaryoutput streams it to a file object!
Any help would be greatly appreciated
;¬>
Message #3 by "Dema" <dematio@j...> on Sat, 3 Mar 2001 18:29:18 +0700
|
|
try this http://www.aspzone.com/articles/john/aspUpload/
----- Original Message -----
From: "Pritesh Mehta" <Pritesh.Mehta@h...>
To: "ASP components" <asp_components@p...>
Sent: Monday, April 02, 2001 10:01 PM
Subject: [asp_components] Uploading Images to server!
Hi all!
I am trying to determine whether it is possible to upload an image from a
multipart form using the file form field, to the webserver without using
components.
It will basically be taking the image and writing it into a specific
directory depending on parameters passed in with the form.
However I can't seem to find the method that takes the
request.form("imgFile") and binaryoutput streams it to a file object!
Any help would be greatly appreciated
;¬>
Pritesh Mehta
Message #4 by Robert Chartier <rchartierh@a...> on Tue, 03 Apr 2001 08:50:51 +0800
|
|
http://www.aspfree.com/devlinks
Category: File Uploading
At 11:01 PM 4/2/01, you wrote:
>Hi all!
>
>I am trying to determine whether it is possible to upload an image from a
>multipart form using the file form field, to the webserver without using
>components.
>
>It will basically be taking the image and writing it into a specific
>directory depending on parameters passed in with the form.
>
>However I can't seem to find the method that takes the
>request.form("imgFile") and binaryoutput streams it to a file object!
>
>Any help would be greatly appreciated
>;=AC>
>
>Pritesh Mehta
Robert Chartier
Author, AspFree.com
xxx-xxx-xxxx
rchartierh@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
|
|
 |