Read Network File.
I am unable to read a network file using ASP. I am using FileSytemObject to read the file.
View RepliesI am unable to read a network file using ASP. I am using FileSytemObject to read the file.
View RepliesWe are trying to display pdf files which is mappedre to the IIS server. For ex:
My website is located on server A and the url is http://myfolders
Now there are some pdf files ( ja.pdf,feb.pdf..) located on server B which is mapped on server A on the F drive.
So f: >> Server Bpdf folder
Using ASP we would like to allow the user to search for a pdf say jan and we display the pdf as a downloadable link.
I need to delete files across the network using web client (IE 6.x) in Win 2003 - IIS 6.0 environment.suggest an approach I can use to acheive this.Will using FSO do the job or I have to go COM way.
View Replies View RelatedI have write a asp that need to copy network file from file server to web server.I try it in webserver is everything alright. When I try in other machine, error on the filepath is not found. I search for the old thread, and I found it is not the same problem.
My IIS authentication method setting is "Digest authentication for Windows domain servers",and "Integrated Windows authentication",and I access the page using "Domain admin" account.So I sure it can access the file server to copy file to webserver.However, it still shown it "path not found".
I'm facing problem with file upload over a slow network. Whenever I tried uploading a file that exceeds 3Kb, the browser will freeze for a few minutes before I get the "page over found" error.
I've tried different ASP upload solutions, including 1 from ABCupload, Smartupload and ASPupload from Microsoft, and the result is the same. Does anyone have a solution for this?
I am trying to read a file which resides on FILESERVERMYFOLDERmyfile.txt.I can not map this server on the webserver. I need to access it through UNC.I have a domain account which when used with ASP.NET works fine through impersonation. I use it for ASPUpload and it works fine to save files on FILESERVERMYFOLDER
I want to read the file through FILESYSTEMOBJECT. I don't know if I can impersonate using FILE SYSTEM OJBECT.How can I read the file.
I have write a asp that need to copy network file from file server to web se
rver.
I try it in webserver is everything alright.
When I try in other machine, error on the filepath is not found.
I search for the old thread, and I found it is not the same problem.
My IIS authentication method setting is "Digest authentication for Windows d
omain servers",
and "Integrated Windows authentication",
and I access the page using "Domain admin" account.
So I sure it can access the file server
I have an asp page that writes to a text file. Can someone tell me what the
correct permissions should be on the network - so it's safe from various
users coming in to manipulate any files?
i'm converting an image file to hexa..then the hexa is saved to a text file..
can any one help me how to read the content text of a text file?...
im doing it this way because i don't want to save hexa in my database, because it makes the database slower to open up.
I have code that loops through a directory reading files..
now the problem is that files are constantly being uploaded and I only want the file system object to read those that are finished being uploaded.
How can I check the properties of the file to see if it's in middle of being written before i read the file?
I want to read an asp file as a text file. The problem is that the file that I want it to read is located on a server. For example: I want to read te content of this file: http://www.bnro.ro/Ro/Info/default.asp . I want to look after some values in that file.
View Replies View RelatedI have an asp application in which, a page generates reports depending upon the id passed to it. For eg. printpage.asp?id=52 . Now I have a Print button on this page on clicking of which the contents of the page should be read and passed to the activex dll which I have prepared for printing the page.( I had to do this because the printer is installed on the server where the application resides and it should print on the server printer).
Now my question is how to read the asp file (say printpage.asp?id=52) contents in such a way that the fonts and formatting should remain the same, as that content will be printed on the server printer using Active X dll.
how to read the contents of a PDF file from an ASP page? I am trying to create a search engine that displays PDF files and Docs as links in an ASP page once the search request is submitted.
View Replies View RelatedI am trying to read a file through classic ASP. The file is located on a file server, seperate from the webserver. This is the path I'm trying to read the file from
FILESERVERMYFOLDERmyfile.txt . How can I accomplish this task?
I'm looking to display a 'phonebook' which will read the columns in a .csv or .txt file and display them in a sortable table by column. Here is what I have an excel file which has nearly 550 first, and last names, extensions, phone numbers, and office locations which I'd like to display on our companies intranet.
I'm looking for a way to show the table in a window with column headings that are clickable to sort by first, last and office name in an alphabetical fashion. Any direction to tutorials, free stuff or development here.
I need to be able to read a tab delimited text file with an asp page so that I can stuff the fields into a sql table.I really don't know how you can do that, I checked the books I have and have been running around the internet trying to find the answer when I found this site.I cannot use a bulk insert statement because I don't have that level of access to the sql server. and I was assured that "BCP is indeed a command-line only utility and cannot be launched from ASP. You could parse the text file with ASP and generate INSERT statements that you then execute against the database. Routines for parsing tab-delimited files can be had by searching for them on google quite easily." by the system administrator
View Replies View RelatedIf ASP can read remote file like php does.I am trying to read this weather forecast page, and only output certain line from it.I only know how to read a local file using server.mapPath()
View Replies View RelatedI'm write an asp to include part of a text file into my asp output html, I use FileSystemObject to get the content of the text file, but the asp just hang when it runs, the source code is listed below if anyone could help: Code:
How can I read a file from a website ?For example, I would like to read http://www.website.com/news.htm, can I do that ?
View Replies View RelatedI'm using ASP to generate an RTF (rich text) file, via the FSO. No problems with text, but when it comes to inserting images, the files have to be embedded as either binary or hex.
Try as I might, I can't get binary to work (Word b0rks trying to open the resulting file). When I create a simple RTF in Wordpad and then view its source, Wordpad seems to be embedding the image as hex. Does anyone have a suggestion as to how I could read an image file off the disk in hex format for writing into my RTF?
I have a pdf file,in a directory c:inetpubwwwrootproject. i am using PDF component to read it. but I am getting error. Unable to read file.
View Replies View RelatedWe have a page which we want to allow our users to download files. Can someone point to peice of code that we can use to force the download as opposed to opening the files in the browser.
Only one issue here the code need to work with UNC path like myserverfiles and not just c:inetpubwwwrootfiles. I did have a look on internet but all of the code seems to be using localpath names but none with UNC path name.
I tried to read a text file from my local com, but it keep on loading and loading, after tat, i'll need to restart my IIS... im sure tat the directory of the txt file is correct... The code is running very well in another com, is there any kind of permission/ something i missed?
View Replies View RelatedI need to read a tab delimted file into an array with ASP. Should be
easy enough, I know it is in Perl and PHP. Can someone show me how
that's done or post a link to an example.
This is what I'm trying to do in perl:
#!/usr/bin/perl -w
my $file = "myfile.txt";
open(FILE, $file);
while(<FILE>){
my ($f1, $f2, $f3) = split(' ', $_); # or @array = split(' ', $_)
print "F1:$f1 F2:$f2 F3:$f3
";
}
close(FILE);
if someone can help me on VB/ASP.Net project. The project was
developed by another developer on another machine. I need to load it and
make some changes to this project. I get error message "Unable to read
project file (name of the file). The Project file has been renamed or is no
longer in the solution.
Actually, I do not know why i can not add records to my access database table by using asp code, I get an error that tells me that the database file or object is read only file even though the file is not readable only from its proprties, I need some helpful information to solve this problem.
View Replies View RelatedI have to read a XML file in ASP and save the values in a database. I can get this work, but I cannot read some nested nodes of the xml file. This is a part of the XML file: Code:
View Replies View RelatedI would like to allow my customers to upload their log files so that I can analyze them. Using ASP, I've found ways to:
1) upload files using the standard form elements and save it to my server using:
Code:
<input type= file>
2) from the file on my server, i can parse the text file and return results to the user
However, I would prefer not saving hundreds of random text files on my server. Is there a way that I can see the contents of the uploaded text file using ASP without saving it to the server? Is there something using the filesystemobject that allows me to do this?
Anyone know the best way of Read tab delimited text file, its old but I have to use it, I only know how to read csv.
View Replies View RelatedI am working on a safetywear deduction system and i need to perform the following functions: write to a text file and read from a test file and wrute to a table in the database. I need code to write and read to a text file in asp please.
View Replies View Relatedhow to write a text file to a mapped drive or network drive. In my script, I’m currently writing the text file to a local folder on the server temporarily until I can figure this out.
So far I have tried to use the mapped drive letter, network path, etc. to get this working. I believe all the permissions are in order (I hope) as well. No matter what I have tried, I just get a Path Not Found script error. I know this has to be possible, just I’m missing something … probably something right under my nose but I just can’t figure it out.
My xml file format is below:
<content> node have HTML format data i read xml file i got values but not in html format i also post asp code for reading xml file Code:
Anyone know how to read excel file with ASP and stored it in database?
View Replies View Related