Ask a Question related to ASP Components, Design and Development.
-
JimmySlam #1
ASPUPLOAD - upload folder.
Hi I am triyingo to upload a file with ASPUPLOAD which works fine the only
problem I need to change the folder where is going to be uploaded.
I tried with
folder = "\"+cstr(request.querystring("folder"))
path=Server.MapPath("."&folder)
Set Upload = Server.CreateObject("Persits.Upload.1")
Upload.OverwriteFiles = true
Upload.SetMaxSize 1048576
Count = Upload.Save (path)
But always uploads into the same folder (where the ASP is uploaded).
Any tip?
Cheers!
JimmySlam Guest
-
Can you specify a folder to upload files to as standard
I want to specify a folder to upload images/PDF's to so it doesn't add them wherever Contribute wants tyo. Is this possible? -
Folder contents upload?
We replace our photo albums weekly on the company website. We have not figured out how to upload a folder's contents with Contribute - uploading all... -
Upload a folder?
I can see how to upload a file on my computer to my website. How do I upload an entire folder? Does anyone know how to do that? Thanks Richard -
You really can't specify a folder on upload??
Hi Rhecel, I am hoping that you, or someone, can help me with NOT placing .doc and .pdf documents in the same file. I need these documents to go... -
How can i upload a web created in frontpage to a folder
what i mean is, rather than uploading to www.myname.freeserve.co.uk i want to able to upload to a folder ie www.myname.freeserve.co.uk/folder1 Is...



Reply With Quote

