Sports Car Forum - MotorWorld.net

Sports Car Forum - MotorWorld.net (http://www.motorworld.net/forum/index.php)
-   Computers, Consoles, Gadgets And Gizmos (http://www.motorworld.net/forum/forumdisplay.php?f=22)
-   -   URGENT ASP programming help needed!!! (http://www.motorworld.net/forum/showthread.php?t=28220)

Chaos in 1983! 08-07-2005 02:20 AM

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
%>

AlienDB7 08-07-2005 03:01 AM

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

Hope it helps.

Chaos in 1983! 08-07-2005 05:26 AM

nope, nothing there....damn

Thanks for trying anywas Alien :)

LotusGT1 08-07-2005 05:30 AM

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

You should find it here.

graywolf624 08-07-2005 12:34 PM

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.


All times are GMT -4. The time now is 04:07 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.