Pure ASP Upload 3 Support Product Page

In progress

Upload Folder not being defined

Reported 25 Jan 2012 00:26:01
1
has this problem
25 Jan 2012 00:26:01 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 25 Jan 2012 07:25:10
25 Jan 2012 07:25:10 Teodor Kuduschiev replied:
Hello,

Please provide your DW version and OS
Replied 25 Jan 2012 09:17:19
25 Jan 2012 09:17:19 william wakefield replied:
Dreamweaver CS4 Windows7 Pro
Replied 26 Jan 2012 08:12:43
26 Jan 2012 08:12:43 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.

Reply to this topic