If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > file uploading problem..

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-03-04, 02:33
sqlboy sqlboy is offline
Registered User
 
Join Date: Mar 2003
Location: Memphis, TN, USA
Posts: 61
Exclamation file uploading problem..

Hi there !!
I was trying to upload the files from browser to my server using SOFTARTISANS.FILEUP component. Here is bit of code about it..

<% Set upl = Server.CreateObject("SoftArtisans.FileUp") %>
<% upl.Path = " path.." %>
<% upl.Save %>

I am getting this error when trying to do the above mentioned things..

Request object error 'ASP 0206 : 80004005'

Cannot call BinaryRead

/mainstay.asp, line 34

Cannot call BinaryRead after using Request.Form collection.

Please help me to get rid of it..

With Thanks !!
Reply With Quote
  #2 (permalink)  
Old 01-05-04, 20:13
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
using SoftArtisans.FileUp object

You need to use upl.Form("xxx") instead of Request.Form("xxx") to get the values from the form when you are using SoftArtisans.FileUp object.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On