hello 
 
i have a problem about working with files on sever(localhost)
and i can't upload file but there isn't any error!
i work with iis 5.0 and ie 6.0
 sample code:

dim objFSO,objFile,objFolder 
set objFSO=server.CreateObject("scripting.FileSystemObject") 
set objFolder=objFSO.getfolder(server.MapPath("../sampleASP1")) 
for each objFile in objFolder.files 
response.Write(objFile.name & "<br>") 
next
 
thanks a lot

                
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!

[Non-text portions of this message have been removed]




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to