Opening A Local File From A Hosted Link

I'm working on a document management app that saves scanned docs as PDF files in a local directory, then saves document metadata in an Internet-based SQL server.

The SQL server is then queried to retrieve document info and links are created that point to the files.

The code points to the proper local directory and file, but I can't get the browser to open the document in a target frame. If I open a test doc locally it works fine.

View Replies


ADVERTISEMENT

Opening A File

I have a drop down on a page where user selects a value and then a excel file opens up
it works good in mozilla but in IE it doesnt open up the excel file i see a new page been open but then suddenly it closes the file
i have checked the popus in IE and i dont know what the problem is
Here is the code Code:
<%
Response.ContentType ="application/vnd.ms-excel"
getid=Trim(Request.querystring("id"))
Response.write getid
%>
I see the output written when i use mozilla but it just doesnt work in IE.

View Replies View Related

File Opening

From a LINK or BUTTON on a webpage can we invoke the usual OPEN FILE dialog box that come with all the windows application .

In my Application I want to ASK the user the Name of a FILE on the disk ... currently i am asking the user to input the COMPLETE PATH in a TEXTBOX ....

View Replies View Related

Opening .csv File

I need to incorporate some emails that are in a csv file, all sorted in one column, into a mySQL database.I dont find the way to open the CSV file in ADO

View Replies View Related

Opening A File

I have a configuration.txt file and would like to open that file in a browser for editing onclick of a button or hyperlink!! It is more than enough for me, if i just open the file as it is in a notepad itself, by clicking a link from the ASP code.

View Replies View Related

Opening DB Connection In ASP File

I am trying to open a DB connection in an ASP file (with an HTML interface). I have some idea how to do it, but I am not quite sure. It is linking to an Access DB. It is very simple, I am posting some data to the DB. Only one connection is needed to open.

View Replies View Related

Opening File Problem

I have a field in the table that saves pdf file paths:

there are 2 records like this:

/docs/one.pdf
/docs/one&two.pdf

what i do is display the paths on the page and when people click on it the file is opened

this is how i display the paths

<a href="<%=RS("Path")%>"><%=titlename %></a>

the first file one.pdf opens up
the second file one&two.pdf doesnt open up

if i change the name of the path in the table to

/docs/onetwo.pdf it works

so i found out the & is causing the problems

can someone tell me how to fix it.

View Replies View Related

Downloading Or Opening A File In Asp

I want to create a asp page where i can give the user an option of downloading a file or opening a file e.g an excel file.

How do i do this?? Ive already created an asp page which has a button- where the user can click on the button. The excel option of either opening the file or downloading it comes up- but i want this option actually on a asp page. How do I go about this?

View Replies View Related

Opening File For Appending

I want to open a text file for appending purpose but it gives me the following error..

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument

/cgi-bin/Anagram_Utils/welcome_letter/generatedoc.asp, line 19

Code: ......

View Replies View Related

Opening Word File In Explorer

I want to open word file in explorer. I am using hyperlink for this purpose but it doesnt show me the file opened. Though i able to do save as on it.

View Replies View Related

Got Error In Dll While Opening The Excel File.

I have created one dynamic chart creation application using vb dll. If I call this function from vb it is working fine. But If i call this function from ASP i got error while opening the excel file line. I have windows 2000 server. Do i need to give any permission for this? The same coding is working fine in NT server.

View Replies View Related

Opening PDF Within IE7 - File Could Not Be Written To Cache

I have a page in in ASP which lists static links to PDF files. When
users click on the links, they receive the following message:

right-clicking on the link and selecting "save target as" generates
the following error message from IE7:
"The file could not be written to the cache"

Clicking the link, and selecting "save" from the resultant dialog
generates:
"Internet Explorer was not able to open this Internet site. The
requested site is either unavailable or cannot be found please try
again later"

This page works fine in Mozilla.
I've researched this a bit and have read about the caching issues,
although none of the pages on the site address cache control. Any
thoughts or ideas as to why this isn't working?

View Replies View Related

Page 2 - Opening DB Connection In ASP File

(incidentally, the more i look at it, the more i feel i should point out that to be totally sure your SQL statement is correct you should write it like:

INSERT INTO table_name (column1, column2,...)
VALUES (value1, value2,....)
so that you know your info is going to the right column on the table

View Replies View Related

Opening Word File From Hyperlink

I have a document saved to a public network server. The public directory grants change access to all users on the network. To keep my Word doc protected I am using the Security feature "File Sharing Options" in Word to attach a password to the document. This works as expected when users open the file with Windows Explorer.

I also have an ASP web page that has a link to my file on the public drive. When I click this link, the Word document loads without asking me for a password and is not read-only. (Note the link in formatted with an href attribute like this: file://servername/share/filename.doc)

Am I mssing something? Shouldn't the Word security work even if the file is accessed through a hyperlink?

View Replies View Related

Getting Size Of A Local File.

I made a image upload a while ago, but too many people submits too large images (this is no problem, since ASP Upload won't upload too large images) but people gets frustrated when their images are not uploaded!I want to do so that you can't submit the form if the pictures are too large. I was thinking of doing a asp functions to check the file size and then pass the result to a javascript function, which will then alert the user and denie him to submit the images.I know how to do the javascript part, but I don't know how to check a local file's size with asp? I'd appreciate if someone could help me! Thanks.

View Replies View Related

File From Local Machine To Server

im trying to create a intranet site which copies files to the server. im guessing i should use filesystemobject to achieve this but im not sure on how to accompish this.

View Replies View Related

Permission Denied Error When Opening And Writing To File

I have a script that opens a file and writes to it using ASP. I've used the script before and it worked fine locally, until recently, after I upgraded my computer to Windows XP Pro SP2. Also, it still works fine when I upload the script to my web host. However, locally on my computer using IIS, I get the error:

Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied

This occurs on the line: Set FileTS = FileFSO.OpenTextFile(Server.MapPath(".") & "" & FileName,2,TRUE)

I've searched online for answers and most articles say I have to set read and write access to the containing folder. I have done so for the containing folder and for the entire "wwwroot" folder, but the problem still occurs. I have also allowed anonymous access for my computer IUSR_XXXXX. This doesn't work either.

View Replies View Related

Copy File From Local Comp To Server ?

how can I copy a file from local disk to windows server using ASP (not asp.net)?

I have a control file on my web side, <input type="file" name="file1" />

I choose file on local computer and what function must I use to copy
this file to server ?

View Replies View Related

Save A File From Remote Location To Local?

Is there a way to save a file from a remote location to my local computer with asp?

Let's say as an example that I would like to save a file from
http://www.somesite.com/file.txt
to
c:file.txt
on my pc using an asp page located either on one of the two locations?

View Replies View Related

Copy File From Local Machine On Server

I have one .asp page with form and <input file> field on it.I want to copy selected file from local machine on server.But it doesn't work.

Should I use some component?

View Replies View Related

Automatic File Forwarding From Webserver To Local Server

Having finally mastered freeASPUpload, I really want the files being uploaded to the web server to automatically be forwarded to my local inhouse server. I'm sure there has to be a way.

View Replies View Related

Download File From Server To Local Hard Drive

my current setting is user will click a link in the web page and choose the place that they want to save the file to.

Now i am trying to auto download the file. that means user click the link, it straight away download to for eg. "D:Test". my problem is the web page is at server. user will access the web page thru http, but how am i going to auto download to the user's local drive?

View Replies View Related

Asp Copy File From Local To Remote Share Drive Disk

I have two machines, one generate files, and copy to the other.
I try wscript.shell in my program, but it dit not work.

The two machines are not in the same domain. I saw some people's
question but not suitable for me,their machine are in the same domain.
They can assign permission to do the job.

View Replies View Related

Remote Hosted Asp

i have just completed the charity web site www.leahpattison.org (please give
your support) and i have the news system that they can update hosted on
shared hosting on a sub domain of one of our core domains leah.neue.co.uk on
the main sites home page i have a scrolling news ticker in an iframe that
calls a page from the 'news server' and whenever you click on a news item it
pushes you onto the news server to deliver the pagesonly it keepstiming out.
anyone have any suggestions? the host say 'because we host many asp sites we
have a lot of traffic hitting msaccess databases, some of which do not
properly close their connections' basically tough luck. is there any way i
can make this site more efficient and make the news system work?

View Replies View Related

Search Hosted Files

In UNIX, one can use "grep" command to search for string occurrences within a file. How can I do this in Windows Server belonging to a third-party hosting facility?

View Replies View Related

Cannot Access Web Site Hosted

I have 2 computers at home, they are both windows 2000 Professional. I linked them, i am able to share and access folders in both. I have created a web site in one computer, i can browse it: http://localhost/ALANLORIMER/default.asp. I failed to browse the same web site from another computer, when i typed http://10.208.28.16/ALANLORIMER/default.asp i was prompted dail-up connection dialog box.

View Replies View Related

Application Is Hosted By Multiple Processes

what mean of this application is hosted by multiple processes on the same server
When an application is hosted by multiple processes on the same server it is said to be a web garden environment.

View Replies View Related

Link To File

I am trying to create a link that takes a record ID and opens up a PDF file that is associated with the record ID in the database. The following code works

Response.Write "<a href=""file.asp?ID=" & rs("ID") & """>"
Response.Write rs("File Name") & "</a></td><td>"

I'm trying to rework this code to work a little more easier with Dreamweaver. I would like it to look a little more like this:

"<a href=""file.asp?ID=" & <%=(rsNews.Fields.Item("ID").Value)%> & """>" <%=(rsNews.Fields.Item("File Name").Value) & %>" </a>

I'm receiving a syntax error when I try and run it.

View Replies View Related

Physical Path Of Any Page Hosted On Other Server

May i get the physical path of any page hosted on other server?

View Replies View Related

How To Link A Hotspot To Asp File

Can i know how to link a hotspot to asp file? i'm using frame. i have leftframe and mainframe.

the left frame is fixed. when i click on the hot spot on the left frame pic, i wan it to link to register.asp but target on the main frame but it will have a dialog box prompt

File downloading
u are downloading from
register.asp from C://.........

do u want to
open save cancel info

View Replies View Related

Create A Link From A File Name In A DB

I have uploaded files to a SQL Server DB using Pure ASP Upload, and that was a snap, but what I would like to do is create a link in my recordset from the file name in the database to the actual file that resides in a folder in the database so that when a user clicks on the link, the file will open.

I've done this successfully using another program but it used an ACCESS DB and I want to use it with SQL Server. Plus the ACCESS DB used a field with a data type of Binary.

View Replies View Related

How To Determine If Link Is Directory Or File?

Currently I am developping a internet "directory browser"

My page 'default.asp' has following entries:

CurrentPATH = Request("MyLink")
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set oFolder = oFSO.GetFolder(CurrentPATH)
Set oFolderContents = oFolder.Files


this works fine with 'default.asp?MyPath', where "MyPath" stands for i.e.
c: emp
but NOT with 'default.asp?MyFile', where MyFile stands for i.e.
c: empfile.txt

Is there a way to determine if the link contains a file or a path? Of course
you can check for a dot (after dot, normaly it is an extension, thus a
file), but I want to have it possible also to have dots in my directories...

Anybody?

View Replies View Related

Use Text File As Link Source

can i get an example of how to read values from a text file that will be used as links on my page. i'll have a .cvs file ala:

LINK ASP_PAGE
"click me1", "clickme1.asp"
"click me2", "clickme2.asp"
"click me3", "clickme3.asp"

i think i can figure out how to do the read, but need to know how to get it on the page where i need it.

View Replies View Related







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