Go Back   Sports Car Forum - MotorWorld.net > Hobbies and Leisure Time > Computers, Consoles, Gadgets And Gizmos



Reply
 
Thread Tools Display Modes
Old 08-07-2005, 02:20 AM   #1
Chaos in 1983!
Regular User
 
Join Date: Oct 2003
Location: Managua, Nicaragua
Posts: 1,509
Default URGENT ASP programming help needed!!!

i hope there is someone around here that know ASP and might be able to help me out...ok so I'm new to ASP and this is what I need to do, I need the user to upload a file to a folder, if the folder doesn't exist then it needs to be created dynamically from a session a textfield or a pulldown list menu...how would I go about this?

I appreciate your help...thanks in advance

here's what i've been trying to use to create a folder from a textfield...

<%
Dim objFSO, folder
folder=Request.Form("folder")
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set folder= objFSO.CreateFolder("C:\Inetpub\wwwroot\TecEmI\" & folder)
Response.Write "New folder created"
Set subir = Nothing
Set objFSO = Nothing
%>
__________________

"You stick to building tractors and I will stick to building sports cars" -Enzo Ferrari to Ferruccio Lamborghini...
Chaos in 1983! is offline   Reply With Quote
Old 08-07-2005, 03:01 AM   #2
AlienDB7
Regular User
 
Join Date: Jun 2003
Location: Canada
Posts: 1,914
Default

Take a look at http://authors.aspalliance.com/brett...erCheckers.asp

Hope it helps.
AlienDB7 is offline   Reply With Quote
Old 08-07-2005, 05:26 AM   #3
Chaos in 1983!
Regular User
 
Join Date: Oct 2003
Location: Managua, Nicaragua
Posts: 1,509
Default

nope, nothing there....damn

Thanks for trying anywas Alien
__________________

"You stick to building tractors and I will stick to building sports cars" -Enzo Ferrari to Ferruccio Lamborghini...
Chaos in 1983! is offline   Reply With Quote
Old 08-07-2005, 05:30 AM   #4
LotusGT1
Regular User
 
Join Date: Jan 2004
Location: The Netherlands
Posts: 1,565
Default

http://www.hotscripts.com/ASP/Scripts_and_Components/
http://www.aspin.com/

You should find it here.
__________________
LotusGT1 is offline   Reply With Quote
Old 08-07-2005, 12:34 PM   #5
graywolf624
Regular User
 
Join Date: Oct 2003
Location: Hellaware USA
Posts: 3,865
Default

Unfortunately we use softartisans at work, so I really don't know how to do it outside that package. Learned asp on this job, poor designed language.

Try the eval software:
http://www.softartisans.com/

Never reinvent the wheel, use tools.
__________________
Common Sense- so rare it's a super power.
graywolf624 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump