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

Posts: 116


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
 
When You Register, These Ads Go Away!
Old 03-05-2008, 01:15 PM Re: Help with FreeASPupload error, please
Learning Newbie's Avatar
Moderator

Posts: 5,204
Name: John Alexander
If you're using email address in filename there might be illegal characters?
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-05-2008, 06:31 PM Re: Help with FreeASPupload error, please
Super Talker

Posts: 116
Thank you
chrisj is offline
Reply With Quote
View Public Profile
 
Old 03-05-2008, 07:02 PM Re: Help with FreeASPupload error, please
Super Talker

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

Thread Tools

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

vB 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.34209 seconds with 12 queries