Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - File Upload Problem

Reply
 
Old 05-28-2009   #1 (permalink)
Muhammad Nasir Waqar


 
 

File Upload Problem

Dear All,

I have an ASP page through which I am trying to upload files to server. I am
using following code:

Set Upload = Server.CreateObject("Persits.Upload.1")
response.flush
Upload.SetMaxSize 500000, False
Count = Upload.savevirtual ("\userfiles\" & session("LoginID") &
"\imagelist")

But it gives me following ERROR:

Persits.Upload.1 error '800a003f'
AspUpload has expired. Please visit www.aspupload.com to purchase a
registration key.

/myaccount/upload_action_p.asp, line 15

Please help me.And if this is not the right place to ask this questiont then
please direct me to right place. Thanks.

Kind Regards,
Muhammad Nasir Waqar



My System SpecsSystem Spec
Old 06-16-2009   #2 (permalink)
Seyfullah İZMİRLİ


 
 

Re: File Upload Problem

use this freee script to upload your files.

http://www.freeaspupload.net

it is free and thanks for the script writter

"Muhammad Nasir Waqar" <nasir@xxxxxx>, haber iletisinde şunları
yazdı:%23TXRss13JHA.4632@xxxxxx
Quote:

> Dear All,
>
> I have an ASP page through which I am trying to upload files to server. I
> am using following code:
>
> Set Upload = Server.CreateObject("Persits.Upload.1")
> response.flush
> Upload.SetMaxSize 500000, False
> Count = Upload.savevirtual ("\userfiles\" & session("LoginID") &
> "\imagelist")
>
> But it gives me following ERROR:
>
> Persits.Upload.1 error '800a003f'
> AspUpload has expired. Please visit www.aspupload.com to purchase a
> registration key.
>
> /myaccount/upload_action_p.asp, line 15
>
> Please help me.And if this is not the right place to ask this questiont
> then please direct me to right place. Thanks.
>
> Kind Regards,
> Muhammad Nasir Waqar
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
How to upload a file General Discussion
login to website, upload file using existing link PowerShell
File Upload Issues .NET General
upload wps file Vista General
cant upload video due to .MSWMM file extension Vista music pictures video


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46