Forums

This topic is locked

multiple folders

Posted 31 Mar 2002 11:38:50
1
has voted
31 Mar 2002 11:38:50 charles sebert posted:
When I use the asp pure upload component on my computer, it works fine and I can create as many different folders as I want in my directory "photos" using this code :
RequestBin = Request.BinaryRead(Request.TotalBytes)
Set UploadRequest = CreateObject("Scripting.Dictionary"
BuildUploadRequest RequestBin, """photos/"" & UploadFormRequest(""ref""", "file", "1000", "over"

ref is the name of the hidden field I use to trasnfer my variable. This works perfectly on my computer bust as soon as I transfer the files to my remote server (script library folder included...) ... the folders are not created any more. Would someone have a solution for me ?

Thank you !

Reply to this topic