File Management (Access Files)

I have a website.I want to give downloading files from my site to viewers. But I do not want to that viewers have direct access to my files. They must not access by address bar.

For Example,If a person type file name in address bar,this person can not access my file .he/she must login then I allow him/her to download my file . I want to this code with asp and script.

View Replies


ADVERTISEMENT

File Protection :: Protect Files Or A Folders From Unauthorised Access

is there any way to protect files or a folder from unauthorised access, i.e.when a variable is false?

e.g.

when variable li = 1 then grant access to folder and files within
when variable li <> 1 then deny access

i have a folder with images and word documents i only want people with the variable set to 1 to be able to access them.is there a way?

View Replies View Related

ASP Attempting To Access MS Access 2000 On File Share

I have a Development server that is running Win2k, IIS 5.0, and ASP enabled. I am trying to gain access to an Access 2000 DB located on a file server within my domain. I'm pretty sure I have all the correct permissions set, but I am having problems when trying to access the DB.

The error is similar to:

The Microsoft Jet Database engine cannot open the file '******'. It is already opened exclusively by another user, or you need permission to view its data.

I'm looking for ways to fix this... Microsoft suggests turning off the ability for IIS to sync passwords. Unfortunately, this is not a viable solution for me.

Is it possible to create a new virtual server that is a share to my file server? Put my ASP and MDB file in there and have it work? Anyone have any other ideas?

View Replies View Related

Swf Files In Access Database

I am doing a flash map with different categories-shops, services etc.

I want when people click on shops to view all the shops icons(buttons) in the map. They have to be pulled from a database using ASP. How do you save and pull swf files in Access database?

View Replies View Related

Restrict Access To PDF Files

I would like to restrict access to certain PDF files on my webserver. How can they be protected if they are in a "public" directory? For example, lets assume you have your html and asp pages for http://www.xyz.com saved on the server's hdd @ c:xyz.comhtdocs. If you place thefile.pdf in that directory, then all the "unauthorized" person would need to know is the pdf file url, i.e., http://www.xyz.com/thefile.pdf.

Assume I place the pdf file in the following directory on the server c:xyz.compdfs. Is there a way in ASP that I can allow certain visitors to view that file Remember, the asp file would be located on at c:xyz.comhtdocs.

View Replies View Related

Limit Access To Files

I want to have a simple login system on a website, where there is a private area, where only registered users can enter. I can do this, using a session. My problem is that I want to each user to have access to some files.

So user1 can access file1.zip (imagine) and user2 can access file2a.zip and file2b.zip. Of course, if they don't login, they can't download the file. If I just place the files on the server, with the url any person can download it. Of course there must be a way to do this.

View Replies View Related

Make Access Files

Does anybody know of any other(cheaper)ways to create a database that would b recognized by the MS Access ODBC driver?

I have a project that demands that I use an .mdb file, but all I need are a few simple tables. $500 is a little steep for a few Kb of data.

View Replies View Related

Upload The Files MS Access Database

I have just uploaded the files to a where they will reside and am now getting the following error

Error Type:
Microsoft JET Database Engine (0x80004005)
The Microsoft Jet database engine cannot open the file '
syd9004papc$InetpubwwwrootGMS_Statsgms_st ats.mdb'. It is already opened exclusively by another user, or you need permission to view its data.

I have checked IIS on the server where this DB resides and have allowed as much rights as I can ... Has anyone seen this error before? I realise it must have something to do with security but I don't know if it's IIS or DB related?

View Replies View Related

Access Metadata From Office Files

How easy is it to access the metadata from office files and PDF's? That is, Author, Title, Keywords, Comments etc...

I want to be able to scan a directory and provide links with descriptions (ie Comments field) for each file within. I can use automation to open and read the office files, but I imagine this would produce too big a load on the webserver. Is there a simple and slick way of doing this?

View Replies View Related

Copy Tables Across Diff. Access Files

I was trying to integrate a forum software to an existing site. The site is having a different database file already. What i want to do is, copy the forum tables from forum database file to the existing site database. How can I copy the tables from FileA to FileB using ASP?

View Replies View Related

File Upload Corrupts Files When Used On A Mac.

I'm using a third party piece of code to upload files from a customer. It
works fine on a PC. On a mac however, the files end up corrupted. The code
that does the actual file save is this :

Form.Files.Save [DestinationPath]

Any ideas how to fix or workaround for the Mac?

View Replies View Related

File Protection :: Secure Files On My Server

I need to be able to secure files on my web server. I am using asp to secure access to links and pages, for example:

<%If Session("manager")=FALSE Then%>
You are not authorized to view this page
<%Else%>
<<<Page Code>>>
<%End If%>

The place I'm running into problems is with files. I have a lot of charts and such in PDF version. I kind of doubt there is a way to secure these files with asp, but I thought it would be worth a try.

My biggest issue is that PDFs are stored in the browser's history, so once the page has been accessed, anyone using the browser can get to thatunsecured PDF. As a brute force fix, is there some way to simply erase the site from the browser history? If not, is there a way to secure the PDF, or does someone know of a better group to post on?

View Replies View Related

Accessing ASP Files Gives 404 'File Not Found' Error

I have a virtual directory which I can access as Directory
Browing has been enabled. Now if in Internet Explorer I
open any Static content like HTMLs/SWF's they work fine.
But when I try to open an ASP page it gives me a 404 'File
not Found' Error. ASPX pages work fine though they are in
a different sub folder.

I have checked the security settings and they are not
hidden. Any ideas?

View Replies View Related

File Directory Turned Into Include Files

I'm trying to run each file in a directory to be put into an include file line
I can't get anything to work me. Code:

View Replies View Related

File System Object - List Files By Date

I'm using server.mappath to list a directory's contents. The code works fine, but the owner wants to know if there's a way to display the list by the date the file was posted, instead of the alpha order that it is presented by? I haven't been able to find an answer.

Here's what I'm using:

View Replies View Related

DB Management

provide some example/template/links for a web-based access
database management (CRUD) system?

View Replies View Related

ASP Forum Management

if anyone has a bead on an installable forum besides SNITZ. Im not totally concerned aboutit being free or not

View Replies View Related

User Management

What I am trying to do is to develop a dhtml based chat system.
So far everything is working as planned, took me over 6 hours to get it
working, but I am pleased with the results, it is comparable to java
chat. With no page refresh.
My problem is
How do we manage which users are online on chat and which are not.
I do not wish to use any application variables nor do i wish to use
session variables. i am trying to avoid the 2
Either the user may simply close the chat window, or he might just go
and browse another site. Either way I do not get to write the even to
the database.

View Replies View Related

Management Thingy

I have been asked to create a contact form for a website in ASP that will mail off the form data to a e-mail address but also log the e-mail data in a database.
They then want a web page on-line that they can view all the e-mails in (not a e-mail client, just a html view of each one).Now i have two issues with this, 1. i have never coded in ASP in my life, (php yes, lots) and 2. i dont see the point in being able to view them online when they will have the e-mail in their desktop mail client.Does anyone know of a script that will do what i'm after that is free and uses MSAccess not SQL Server?It's a big ask, but if there was something a bit like it i could have a go at modifying it.

View Replies View Related

Link Management

Could anyone tell me what big corporations do for link management? For my site, whenever I want to change a URL, I don't want to because I know there are 10 pages with that link...

But, right now I'm doing a redesign and will be editing every page, so I thought I'd better find out if there's an efficient way to manage my links...

My first thought was to create a page which I include in every page, and this page has all the links for diff pages, like so:

[vbs]
' For Default.asp

lnkTitle = "view.asp?articleid=" & rsArt("articleid") & ""

' Then using like:

<a href="<%= lnkTitle %>">
[/vbs]

But, I'd like to know maybe of an easier or more efficient way... If anything is database related, I use mySQL on a Win 2000 machine.

View Replies View Related

Picture Management

Has anoyone ever tried to create an asp page that displays images that
either displays them as a slideshow or on a long webpage?

I have an html page that displays my pictures, but as there are many of
them which are large and my bandwidth is restricted I want to download
them and display them one at a time. Currently it the client tries to
download them all at the same time, or four at a time. This slows down
the downloads to an unbearable rate.

Is there a component that allows you detect when an image has been
downloaded and then allow a trigger to start downloading the next one?

Any Ideas?

View Replies View Related

Folder Management

How do you create a folder in the server and then upload files to that folder? could you recommend a good and free FTP plugin?

View Replies View Related

Content Management

can anybody provide good links of content management services in asp.....
If I want to develop CMS for a website then how should I go for it???

View Replies View Related

ASP Session Management

Is there any differenc ein the way ASP handles the Session management in Windows 2000 server with IIS 5.0 and 2003 Server with IIS 6.0?

Did anything changed with respect to the Cookie Management?

My code works well in 2000 with IIS5.0 and if I changed my deployment environment to Windows 20003 with IIS 6.0, Cookie management is not consistent and I am not able to maintain the sessions at some places.

View Replies View Related

Content Management

I am looking for some type of way to allow a client to update their web site. The thing is, I do not want them to be able to format the text in anyway. All I want them to be able to do is just type the text that they want....no formatting by them allowed at all.

Is there a program already made that would allow me to do this?If not what would be the best way to approach this?

View Replies View Related

State Management

Is there any way a Form can be made automatically not retain its field values after it has been succcessfully posted in classical ASP. Something like the way ASP.Net can perform state management in postbacks automatically.

View Replies View Related

Session ID Management

I am developing a Simple ASP Application with a Login page. I want to know how session ID can be generated after User has authenticated instead of generation along with the Login page request.

Also Session ID must be unique each time the user logs in. This is required so that Session Hijacking and Session Fixation could be prevented. Should I have to use other process instead of General ASP Session Management.

View Replies View Related

Content Management

I want to know how to write a code to get related articles which have posted in a cms system, in other way I want get related articles with one which I have posted in my database like some thing in Vbulletin forum system, it under each pages has a section named related topics and show related articles about opened topic.

View Replies View Related

Content Management

Is there an article out there on dealing with content management systems and
how to replace characters (i.e. an apostrophe in a content management system
can't be put directly into a DB column, likewise paragraphs have to have the
html code in them to work).

View Replies View Related

Session Management With Cookies

we are having a form where i can add products to my cart. so the user here can go on to no of pages giving details like no of products . i am using cookies for mantaining the session information like no of productds, product name, item price etc. now after all these process a page will apear where there wil be a button called "Pay Now". When the user clicks this button i should be able to clear all the cookies that are stored in the client side....

View Replies View Related

Time Management Apps

Can anyone recommend project management, timeline and calendar apps I could
install on my own site? Hopefully ASP and SQL based. Most of my searches are
ending with expensive or limited options. Free is great of course! I need
something reasonably priced.

View Replies View Related

User-management Package

i've used in my site a free user management package ,but i wanna change the Background color of that package,to match mine, but i don't know is it an included file contains these formats or coding!i've attached the package.plz check & lead me to where to change the colors?

View Replies View Related

WebDev Client Management

Does anyone know of a free script that I can use to create a login area for clients to view progress on the website I am creating for them, and then also view invoices etc,
I don't really want to have to make somthing if it already out there,

View Replies View Related







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