Hi djjunior,
Does it happens with special file(only one)? Or special extension?
Do you get the same problem with the example page below?
<%@ Language="VBScript" %>
<!-- #include file="aspuploader/include_aspuploader.asp" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
example
</title>
</head>
<body>
<div>
<form id="form1">
<%
Dim uploader
Set uploader=new AspUploader
uploader.Name="myuploader"
uploader.AllowedFileExtensions="pdf"
%>
<%=uploader.GetString() %>
</form>
</div>
</body>
</html>
Can you show me the page code what you are testing too?
If you using property "SaveDirectory", ensure that your site has the write/read permission of the folder you set for this property.
regards,
Ken