Go
Forums
WebExplorer
These forums are read-only and considered to be an archive. Please use the new
Community
for future interaction and posts.
Upload
Hi,
I have set up wexpro and everything works except for uploads. When I do the Upload Component tests in the preferences it tells me that only SA-Fileup.asp is successfull. (wexupload.asp fails.).
When trying to upload a file I get the following error:
Upload complete, writing file(s)...
Microsoft VBScript runtime error '800a01a8'
Object required: 'file'
?
I have the permissions as follows:
Everyone "full"
IUSR_( my server name) "full" for the root folder.
Please help I am not very good with ASP.
Thank you
IAN
11/28/2001 7:23 PM
If "wexupload.asp" fails then you don't have MDAC 2.5 or later installed. Please download it from www.microsoft.com/data and install it. Also I know the error with "sa-fileup.asp" and I will release the fixed one with new version. But I can send you the fixed "sa-fileup.asp" if you don't want to use "wexupload.asp".
Cem Alacayir
11/29/2001 8:13 AM
Hi Cem,
Thank you for your quick response as usual.
Yes it would be great if you could send me the fixed "sa-fileup.asp".
Thank you.
Ines
IAN
11/29/2001 11:19 AM
Could you tell me does the upload feature employ an encription process so that uploaded files can be encripted before upload - or do we need to apply SSL server side?
I am impressed how you've managed to encript the asp in Web explorer itself. I would even be interested in buying software to encript all my other asp pages on my site.
Thanks for your help.
Rich
4/15/2003 5:20 AM
No, there is no encryption for uploaded files currently but it may be added in future versions.
Actually, I used Microsoft's Script Encoder to encrypt it. You should know that it's not a very secure solution though. You can download it
here
.
Cem Alacayir
4/17/2003 10:07 PM