Filesystem

in my folder i have lots of pdfs stored in this format:

01_01_05.pdf means file is saved as mm_dd_yy format so if the file is uploaded on 23 march 2006 it will be 03_23_06.pdf

i'm using filesystemobject to check to see what file it the most recent uploaded Code:

View Replies


ADVERTISEMENT

Filesystem Object ?

how to find the size of a pdf which is located on the server i know i have to use filesystemobject

View Replies View Related

Local Filesystem

Is there anyway I can get the information about a file on the local machine of a user that is reading pages from my web site? Scripting.FileSystemObject does not have permission to do this, and I want to check the size of a file before I try to get it uploaded.

View Replies View Related

Filesystem Object

I have an asp template with tons of code in it. I want it to be saved into an HTML page once it is done generating the asp page. however the only way i have found possible is by inserting objTextStream.Writeline "<code here>" into every single line of html. Is there no faster way to generate an ASP page into html?

View Replies View Related

Filesystem Security

I want to move/copy/create/delete a file to/from the network folder, mypcmyshare through filesystemobject, and this shared folder has its own security setting. How can I specify the valid user info in order to make change to this network folder? Or is there any other better way to serve this purpose?

View Replies View Related

Filesystem Object

I am trying to access remote directories using the filesystemobject and ASP. This only seems to work when the security is set to anonymous. However, I want to connect to the remote server and pass through the users credentials rather than the "connect as" anonymous credentials. The web server is 2003 and running IIS6.

View Replies View Related

PDF Document Saving Twice On Filesystem

i have an ASP Page that generates a PDF document. After the generation i save the generated document as a file. all works fine.the only strange thing is, that my document is stored twice on the filesystem.

View Replies View Related

Problems With Filesystem Object

I am trying to use the Filesystem Object to create a folder but I cannot get the code to process. Every time I try to view the code in the browser it takes a very long time for it to think and then times out.

I have the permissions set correctly on the folder (I think) I have given IUSR_Machine acct full access as well as the ASPNET machine account. Here is my code:

View Replies View Related

Why FileSystem Doesnt Work Wit My IIS 5.01 On XP

I have got a problem wit da FILESYSTEM in ASP coding. Before I use window 98 installing PWS. Everything works fine....

And now, I use Window XP professional ( Laplop ), everything is updated ( Service Pack, .NET component, ASP.net stuff...

All my ASP code with FileSystem which used to be properly ran cant be executed on my XP server.

There is no message error on da page, but the browser icon keeps spinning and da content is blank, it means u dont see anything happens. I wanna ensure dat all da code is right, cos it work properly with PSW and other servers. I even tested with a simple code, but It still doesnt work..... Code:

View Replies View Related

FileSystem Access To Network

I want to write a script that can read and write files to a place on a network file-server. Since the machine-local IUSR is not a domain user, it cannot access the resource.I want to provide IUSR limited access to a particular place on the file server.

Can anyone help me think of a reasonably secure work-around to this issue. We tried creating a virtual directory that points to the share(using a domain account), but even then, site users can see the files (no security), but the fso (IUSR) cannot (no
functionality). There must be a way.

View Replies View Related

Copying Files Across Server Using Filesystem Object

I am trying to copy files across servers

I can successfully copy file from server1 to server4
but am not able to copy file from server2 to server4

If I use the code to check for file on server 4
ie
If Fileexists(server4filename) then
response.write("File exists")
else
response.write("File Does not exist")
end if
If I run this code from server1 I get file exists

But if I run the same code from server2 I get file does not exist.

I am logged on as the same user.

Could anyone PLEASE let me know what is the difference on both the servers ie. server 2 and server1.

View Replies View Related

Problem With FileExists Method Of FileSystem Object

I am going crazy trying to figure out why the FileExists method of the FileSystem object returns false when the file passed to it DOES exist.

The FolderExists method of the same object recognizes the existence of the folder containing the files in question, but FileExists always returns false.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved