bruce
10-09-2003, 01:12 AM
what is the error?
[b]quote:Originally posted by jjadoon
Hi
I am using the following code:
yr = request.querystring("folder")
qr = request.querystring("quart")
On Error Resume Next
Set Upload = Server.CreateObject("Persits.Upload")
Upload.OverwriteFiles = False
count = upload.savevirtual ("/financials/"&yr&"/")
For Each File in Upload.Files
name = file.filename
response.write name
Next
The problem is that while uploading the file at the end the page gives an error and stops yet the file uploaded never opens. File size is 4 MB I dont know what is the problem. files with less size are uploaded with out any error. Urgent reply will be really appreciated.
Regards
</blockquote id="quote"></font id="quote">
[b]quote:Originally posted by jjadoon
Hi
I am using the following code:
yr = request.querystring("folder")
qr = request.querystring("quart")
On Error Resume Next
Set Upload = Server.CreateObject("Persits.Upload")
Upload.OverwriteFiles = False
count = upload.savevirtual ("/financials/"&yr&"/")
For Each File in Upload.Files
name = file.filename
response.write name
Next
The problem is that while uploading the file at the end the page gives an error and stops yet the file uploaded never opens. File size is 4 MB I dont know what is the problem. files with less size are uploaded with out any error. Urgent reply will be really appreciated.
Regards
</blockquote id="quote"></font id="quote">