ShadowUploader - where the uploaded files will be saved?
Discuss ShadowUploader - where the uploaded files will be saved? in the ASP Development forum on ASP Free. ShadowUploader - where the uploaded files will be saved? ASP Development forum discussing ASP related topics including coding practices, ASP tips, and more. Active Server Pages (ASP) enables you to empower your HTML pages dynamically with robust scripting options.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.
Posts: 4
Time spent in forums: 35 m 16 sec
Reputation Power: 0
Where will the upload go to?
(regarding this thread: URL)
Hi:
I may be a little caffeine deprived this morning- can you clarify WHERE the uploaded files will be saved? Can this be controlled? I didn't see a global variable or did I miss something?
Dumarest
Last edited by Shadow Wizard : June 13th, 2006 at 07:57 AM.
Posts: 13,608
Time spent in forums: 5 Months 4 Days 20 h 5 m 18 sec
Reputation Power: 2460
this line: Call objUpload.File(x).SaveToDisk(Server.MapPath("Uploads"), "") tells it where to save the file ... in this case it's going to a directory called Uploads within the website.
__________________ Quote of the Month: Planning: Much work remains to be done before we can announce our total failure to make any progress.
Questions to Ponder:
If convenience stores are open 24 hours a day, 365 days a year, why are there locks on the doors?
Posts: 31,109
Time spent in forums: 3 Months 3 Weeks 2 Days 20 h 18 m 8 sec
Reputation Power: 2919
Quote:
Originally Posted by Dumarest
Thanks
Got a script that saves in an Access db as well? <grin>
D
sorry, my script does not support it yet but it's quite simple to integrate
saving the file details into database with any upload script - unless you
mean saving the file itself in the database which I do not encourage to do.