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?
I am developing a forum style website using ASP and I need to have a file attachment function when people post notices. Does anyone know how to do this? So far has only helped with showing me how to upload files to a server but I need to upload them into the access database to retrieve it when needed. Is this possible?
i am working with asp form where the user can upload files to a folder or to the database, uploading files in folder in working, but the database one is not working it give me the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /test/uploadexmple.asp, line 48
I want to upload a file then add a record in a database using info from the uploaded file. I can't figure this out. If anyone has something working that isn't this please let me know. I would rather have this working as I don't want to recode the whole thing.
First the upload doesn't work. The MBRequest(file1).Save isn't supported in this manner. I know you can use .save to upload a file.
Second You'll see that MBRequest is called to form a filename. The filename is called in another page to form a link to the file......
I have attached the file upoading system in this thread.
It is working fine with MS Access Database but when i change the database to MS Sql Server then its upload not works i think its security problem, or the problem is that when i import the MS Access table into MS SQL server it change the field datatype from oleobject to image.
I am trying to add an option on a form to upload an image to an access database, but I can't seem to get it working. I am able to upload regular text fields to the database with no problem, but got stuck at uploading image.
I don't want to upload the name of image, just the actual jpeg/gif image. I've searched many websites and forums, but codes aren't working. Can someone help me with this? Here are the codes:
i have now found codes to get the images from the the access database, but i havnet found the code for uploading to an access database. can anyone please help me? i just need the code sample to upload images to an access database.
uploading images directly to a field (of type OLE Object) in the table in access database and also how would I get them displayed in the products page.I need to know this for an online catalogue management site and have done similar things a lot of times using Persits.
Upload where I upload the images to a location in the site and refer the location and file name in the database. But, unfortunately, this server doesnt support this object and I need to find a way as explained above.
I have two forms, the first of which has a dropdown with which the user specifes how many banner ads he wishes to upload for a client. So say he enters the client info and wants to upload 5 banners. The form passes to another page which uses a loop to output form fields. Each form field name is something like name="msg<%= count%>" or name="url<%=count%>".
In the 3rd-Party script I am using I then have this script ....
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?
I have a website that we display images we have saved into a SQL Server 2000 database as binary BLOB. This is on a Windows 2003 Server. Just recently (a week ago) this website began to save the images it is displaying on the website as ASP pages in the Temporary Internet Files > IE.Content > Folder.
We have other websites where we use the exact same code and these do not save files on the server when they are displayed.
Here is the code to display the image: Set rs = objConn.Execute( SQL ) Response.ContentType = "application/octet-stream" Response.BinaryWrite rs("Product_Image")
SQL is the SQL String to get the image from database
When I add this code:
Response.ContentType = "image/jpeg"
The images still display on the website, but now are saved in the Temporary Internet Files folder as JPG's.
I'm looking to upload one or more files using Classic ASP.
I'm using IIS 5.1 and Windows XP, and need a free basic DLL to give me the facilities to do so. I understand that CPSHOST.DLL is a good component to use.
Firstly is it XP compatitable, if so where can I obtain it as it's not installed on my PC.
Else are their free alternatives like an alternative DLL that will allow uploading.
I need to I make an .asp page on our website where users could upload different files, like text, pdf or images. No .net environment.
Could be it done with VBscript or have to use something else? Any examples or ready to use objects, any tips would be appreciated? I'm a little bit rusty but can catch up.
I have an ASP HTTP upload application in place, however it consistently times out at 2Mb or so. We need to have an app. that will let artists upload files up to 25Mb. How is this achievable through ASP, or is an FTP client the best bet for files of this size? I have experimend with script timeout variables, to little avail
We have clients upload sql files to a folder on an IIS 6.0. The sql file are then processed by a scheduled task that runs once every 10mins to process the file with oSQL. With oSQL the files upload the data to a 2 tier SQL server. The developers are complaining about performance and are saying it is the OS/hardware.
I have Profmon on the IIS server and 2 tier SQL server. Both only peak at %5 usage on processor memory stays close to the same. I believe that it would better to have IIS make a connection to the SQL server and upload the record directly. What do you think?and any examples would be nice or URL that talks about how to do this.
I frequently receive PDF files as attachments for a Client. After I receive the files, I burn them onto a CD and hand deliver the CD to the Client. Lately I changed to uploading these PDF files to my website. I put an Icon on the Desktop of the Client's computer so he can view the PDF files as they exist on my web site.
I am familiar with ASP programming and began to wonder if it is possible to write a routine where the author of the PDF file can go to a link on my Web page and upload directly to my server.
I want to upload files to a server with asp. But the problem is that the server where my asp website stands is a different server then where my upload files must go. Is there a way to accomplish that.
I'm basically doing the same thing except I have to upload the images from one web app and then load them from another so I've set up a virtual directory in IIS that points to the physical location where the files are.
Here is the relevant codecheck to see if a file existsMake sure the file type is a jpegMake sure the file is an acceptable sizeGenerate a filename based on the current date and timeSave the file to a local directory that a virtual directory points to on the web serverTry to display the image in an asp:image control by loading it from the webserver
how I can upload multiple image files from an ASP page to an MS ACCESS database. I understand that the best method is to upload the image to a folder on the server and then insert the file name into the database. I have had a go with smartASPUpload, but no joy. Someone has also told me I need to download an upload file-is this true? I am using the dreamweaver database, bindings, and server behaviours, so any code that you can send to me will link to the database via a custom connection string. I need the form to contain 2 upload fields and obviously I need both images to be saved when the form is submitted. My form contains some general text fields as well, which will also need to be inserted into the database.
I have had a post previously that was regarding an image editing component for ASP, I had settled on csImageFile, which performed all the tasks I needed, and so I started looking for an upload component... Well ChestySoft also had a component called csASPUpload, which worked great, so I opted to get that too... Then I also noticed that ChestySoft also had a product that was an OCX control that allowed you to do a multiple post upload... which would be perfect for my uses. My question is, does anyone know of a free alternative to csXPostUpload, or should I fork out the $80 for a license? www.chestysoft.com
I'm trying to install code written by Lewis Morton to upload files (in particular jpgs) on my web hosting account. Has anyone attempted to do this with Morton's code? What I have now, I can do an upload, with no error messages, but no file is stored. I'm getting the file name, and Server.Mappath is creating the path, but nothing is being stored.
Can I get the codes for uploading a file using classic asp.The problem that I have is that,I want the program to recognize the content type and size of the file and save it in the database table.
I am curious if anyone can help me to upload files to a server using asp. I am making an interface so user can upload any files to the dedicated web server.