Pure ASP Upload 3 Support Product Page
In progress
Upload Folder not being defined
Reported 13 years ago
1
has this problem
13 years ago william wakefield posted:
<%'*** Pure ASP File Upload 3.0.17
' Process form UploadForm
Dim pau, DMX_uploadAction, UploadRequest, UploadQueryString, pau_thePath, pau_nameConflict, pau_saveWidth, pau_saveHeight
Set pau = new PureUpload
pau.ScriptLibrary = "../../ScriptLibrary"
pau.ConflictHandling = "over"
pau.StoreType = "file"
pau.ProgressTemplate = "classic.htm"
pau.ProgressWidth = 300
pau.ProgressHeight = 100
pau.UploadFolder = """"""
pau.ProcessUpload
pau.SaveAll
%>
The Uploadfolder in the above code is not being defined when I select the upload folder. the folder should be ../uploadedfiles
Why is this happening
Replies
Replied 13 years ago
13 years ago Teodor Kuduschiev replied:
Hello,
Please provide your DW version and OS
Please provide your DW version and OS
Replied 13 years ago
13 years ago william wakefield replied:
Dreamweaver CS4 Windows7 Pro
Replied 13 years ago
13 years ago Teodor Kuduschiev replied:
There is a bug in CS4 that makes your selection to select the parent folde of the folder you want to select.
www.cyberscorpion.com/2011-04/adobe-dreamweaver-bug-causes-the-find-in-folder-feature-to-select-the-wrong-folder/
Please check your email, i've sent you there a fix released by adobe.
www.cyberscorpion.com/2011-04/adobe-dreamweaver-bug-causes-the-find-in-folder-feature-to-select-the-wrong-folder/
Please check your email, i've sent you there a fix released by adobe.