Forums
This topic is locked
pure asp upload 2.1.3 query???
Posted 22 May 2003 13:01:24
1
has voted
22 May 2003 13:01:24 David Behan posted:
Hi,I am using pure asp upload to upload files to the server, that works fine. I am not using the update behaviour with it, I need it to do a few things so I am editing in the actual script. I have set the upload parameters and set to no redirect (I'll do that after manually) but I need the filename of the file that was just uploaded for use in the custom script I have written below it.
In previous versions, I was able to call it but with the sub being used in this version, I can't seem to get a hold of it. Is there an easy way of getting the filename into a variable after the upload has done its job???
Thanks in advance.
Dave
_________________________
WinXP : IIS 5.1 : StudioMX : ASP : VBScript
www.dynamic.ie
Replies
Replied 26 May 2003 10:31:39
26 May 2003 10:31:39 Patrick Woldberg replied:
The filename is in the variable UploadFormRequest("Filefield"
(Filefield is the name you filefield is called)
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------