Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Help with FreeASPupload error, please
Old 03-05-2008, 10:25 AM Help with FreeASPupload error, please
Extreme Talker

Posts: 216
Trades: 0


I would appreciate some help resolving this error I get when using FreeASPupload. Thanks.

ADODB.Streamerror '800a0bbc'
Write to file failed. /FreeASPupload.asp, line 135


Line 135 is: streamFile.SaveToFile path & (Session("PMMS_EMAIL")) & "~~" & fileItem.FileName, 2

Here is lines 130 through 140:

Code:
Set streamFile = Server.CreateObject("ADODB.Stream")
   streamFile.Type = 1
   streamFile.Open
   StreamRequest.Position=fileItem.Start
   StreamRequest.CopyTo streamFile, fileItem.Length
   streamFile.SaveToFile path & (Session("PMMS_EMAIL")) & "~~" & fileItem.FileName, 2
   streamFile.close
   Set streamFile = Nothing
   fileItem.Path = path & fileItem.FileName
  else
   fileItem.FileName = fileItem.FileName & " Discarded - " & m_sFileError
chrisj is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-05-2008, 02:15 PM Re: Help with FreeASPupload error, please
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
If you're using email address in filename there might be illegal characters?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-05-2008, 07:31 PM Re: Help with FreeASPupload error, please
Extreme Talker

Posts: 216
Trades: 0
Thank you
chrisj is offline
Reply With Quote
View Public Profile
 
Old 03-05-2008, 08:02 PM Re: Help with FreeASPupload error, please
Extreme Talker

Posts: 216
Trades: 0
Thanks for your reply.
chrisj is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with FreeASPupload error, please
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12923 seconds with 12 queries