|
|
 |
Re: FN-FORUM uploading an image using asp
date posted 13th July 2001 16:15
Hi Rob
Use an upload component such as ASPUpload to handle the upload. The bits
you'll have to worry about are changing the enctype of the form, changing
the way you access the form elements (request.form("name") stops working and
you need to use something like upload.form("name") instead), and the write
permissions on the directory you're uploading to. I suspect that you're
going to have to leave the gentle waters of Ultradev behind and get to grips
with raw code I'm afraid.
I've got to do some work with ASPUpload on Monday so if you need any help
I'll be happy to do so.
Norman
----- Original Message -----
From: "Rob Garbutt" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, July 13, 2001 3:38 PM
Subject: FN-FORUM uploading an image using asp
I've set up a form using ultradev 4 and an access database. I want to be
able to upload an image through one of the text fields so that it uploads to
a folder called 'upload' and enters the location in the access database.
any ideas
Thanks in advance
Robin Garbutt
Portfolio Art & Design Ltd
Tel - +44 (0) 1204 383822
Fax - +44 (0) 1204 383866
Mob - +44 (0) 7811 185490
e-mail - [EMAIL REMOVED]
For further information please visit us at :-
www.portfoliodesign.net
The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If you
are not the addressee of this e-mail you may not copy, forward, disclose or
otherwise use it or any part of it in any form whatsoever. If you have
received this e-mail in error please e-mail the sender.
|
 |
|