File Uploading Via A Webpage On A Mac To A Win2k Server

I was wondering if there are any known problems when using an apple macintosh to upload files and put text in a database via an ASP page that could cause either database error pages or simply some data not being written to the database. I have had this problem on a couple of sites now, and not been able to recreate the errors on my PC.

View Replies


ADVERTISEMENT

ASP On Win2K Server

Our web server crashed and I had to move all web sites to backup server.
Installed Internet service and it appears to work OK on html files, but ASP
files are not functioning - what is wrong? I have lost so many brain cells
that I need a fresh mind to see the obvisous.

Did I miss installing something?

View Replies View Related

File Uploading To Server

Can you help me find an asp code that will upload a file from my PC to web server?

View Replies View Related

Uploading Csv File To SQL Server

I need to know the codes to upload my csv file (*csv) generated from Excel to SQL Server. I aso need to have the codes for uploading my CSV file to my access database..

View Replies View Related

Uploading CSV File To SQL Server

i need to know the codes to upload my csv file (*csv) generated from Excel to SQL Server. I aso need to have the codes for uploading my CSV file to my access database.

View Replies View Related

Uploading Images From Webpage

I am creating a site and want the users to be able to upload images from their computers either onto the server or into the database using a BLOB field. The question is, which of these is the best. The basic use of the picture (jpg or gif) would be similar to ebay or an Avatar on a forum. Would it be better to store the picture it the database or the link?

View Replies View Related

Firewall For Win2k Server

do you know any trial software which i can use a firewall? i want to try trial software first before purchasing it.

View Replies View Related

Sessions On WIN2K Advanced Server

I am trying to debug an issue with sessions in my ASP 3.0 web
application, which runs fine on WIN2K Pro and WINXP Pro, yet fails to
function correctly on WIN2K Advanced Server.

My actual application is using sessions to store username, and security
level (permissions) for my application. The default.asp page is the login,
where these values are set. I have triple and quadruple checked my IIS
Settings to make sure "Enable Session State" is checked, and the
session.timeout is set to 120.

Now if I remove my application, recreate it
in IIS admin, stop and start the IIS services, and run my application, the
session variables seem to be saved across the first redirect to my
main_menu.asp page. Here I have several menu choices, which are dependent
on the session("seclevel") to determine which they can or cannot access.

Here is where it seems my session vars are lost, since when I click on any
choice, I get redirected to the log_out.asp page, which abandons the session
and returns the user to the login (default.asp) page. Code:

View Replies View Related

Server Address Used On My Webpage

i created an application that streams from a server but my problem is on my server there quiet a few drives for eg drive m,u,f,g,h right and lets say my ip for my server is 123.34.0.1 for arguements sake right.....

View Replies View Related

How Do I Connect To SQL Server 2005 From Within My Asp Webpage?

I have had a web server up an running for a while based on Access 2003 and asp code. Now I have decided to upgrade the database to SQL Server 2005 (not the express edition). The problem is that I just can't get it to work properly.

During the installation I was prompted for an instance name (I chose the default radio button). I am using windows authentication on a Windows 2003 Server OS.

I have created a database called "testDB". This database has only 1 table called "testtable" and this table consists of a single column called "name" with just 4 records. I want to display these records in my webpage.

The code below works fine with Access 2003 but how should it be changed to work with SQL 2005 too? Code:

View Replies View Related

Webpage Through .exe File

I'm trying to open a webpage through an .exe file. But, dont know how to start.

View Replies View Related

How To Access Database + Asp File From Webpage

I worked on a database on PWS (Personnal Web Server). But transferring the database and all the files (html is used for inputting "search" words, asp used for results from database table). Here is my code:

View Replies View Related

Select Query According To User Input For A WebPage In C#.Net With SQL Server 2000

How to select query according to User Input for a WebPage in C#.Net with SQL Server 2000.I am trying to build a web page in C#.NET with SQL Server 2000 using Visual Web Developer 2005. I want to select and execute the query according to user input.

I have a form which has 2 textboxes which gets start date and end date from the user. Based on start/end date my 1st query runs. Now if user does not enter any start/end date I want to run another query which takes default dates from database(which is in varchar:ex. now()/now()-180) according to logged on user's permisstions.

How to select query ?

View Replies View Related

Allowing User To Download File From Webpage

I would like to be able to allow the viewer of a website to download a file when they request it. Like seen at tucows or download.com

Can someone give me some rough pointers on where to get started?

View Replies View Related

File Extension Validation Before Uploading The File....

I have an upload feature on my site... it works fine... but I want to validate the uploading file extension for .doc or .html before being uploaded to the server(client-side).

I have the validation to check text fields are not blank.... The first validation is for checking the text field... the second "blob" is the file upload field.... This is my code in Vbscript.. Code:

View Replies View Related

Redirecting To A Webpage Within A Form With Action Tag Set To A Different Webpage

I am using a form. This has the action tag set to another page. But within this form I am using a button, which when clicked should take me to a different page.

View Replies View Related

Uploading Images To Server

how to upload images to the server.

View Replies View Related

Uploading Images/Files To Server

Other than creating a custom component or purchasing one, isn't there
any other way by which users can upload images/files from their local
machines/hard disks to a remote server? Doesn't ASP have any in-built
component to do so?

If that's indeed the case, can someone suggest any free components
(not trial ones) which can be used to upload images/files from users'
local machines/hard disks to a server?

View Replies View Related

Regular Uploading To Secure Server Using Asp

I have a directory (folder) in ISS 6.0 Web server. I need to upload to a secure server over an HTTPS connection. What is the best method to upload from this directory to a secure sever.

To access the server via a browser i have to type a password and username.
The file are Cxml files and need to be uploaded on a secure connection.(HTTPS)
I would need to run a schedule task every 2 minutes to check the directory for any files that are there.

What script or method should i use. Is there any particular sample script such as (ASP) i could use. I am sure this can be done in ASP...but does anyone know how.

View Replies View Related

Uploading A File From .asp

I have an application that works fine in Windows 2000 IIS, uploading files of any size to a server folder The same application installed in a Windows 2003 IIS limits the upload size to approx 200 Kb, trying to upload larger files generates an "Operation_not_allowed" error in the web log

I suppose that Microsoft introduced some limitation in either the new OS version or IIS but I'm not able to find any reference, except for the 4 Mb limitation in .NET, but it's not my case.

View Replies View Related

.Doc File Not Uploading.

I've got an application that allows users to upload a
file to a directory.

The problem is some users (5-6) can't upload .doc files.
They can upload anything but .doc files. File size is not
an issue.

What could ever cause that????

View Replies View Related

Uploading PDF File

I have a pdf file on an IIS server and I would like the user to upload it on to their computer from the server website.

View Replies View Related

Uploading A File ASP 3.0

I have ASP 3.0 and I cannot change that, but how can I upload a file using ASP? Also, when a file is passed from a form how do you obtain it? I know with data you would
usually do Request.Form("file"). Does this also work with files?

View Replies View Related

Uploading A File

Client want me to allow user to attach an image file to an email being sent. I ok with sending emails/attachments etc but what I need to is how to allow the user to browse to the selected image file rather than them typing in the folder path. Can it be done with ASP or do I need something else.

View Replies View Related

Uploading A File In ASP

I have developed an ASP and VXML application. An ASP page record a video with a form and the VXML tag <recordand passes the parameters, thanks to a submit and the POST method, to
another ASP page which would have to upload the video on a IIS web server, but it doesn't work. I can't use any servlet or cgi. Code:

View Replies View Related

File Uploading

I am trying to write a VB6 application to upload a file to an NT server. I tried using Xupload to do it, but it keeps giving me errors when I try to use with an offline application. But an online form works fine. Could someone give me an alternative to xupload or some sample code on how to use it?

View Replies View Related

Uploading File

I'm trying to do a simple asp program where I can upload file to the server. I used the code at http://www.freeaspupload.net but it doesn't work for whatever reason. I don't know I'm testing it out on my own IIS. I tried to specify a directory on my computer
to upload the file to.

But everytime I run the test asp upload file, it always gets stuck on the loading stage and never loads. When I enter an incorrect path, it at least tells me the path is incorrect. But for whatever reason, it doesn't even give me an error, but just stucks while loading. I experienced the same problem with basically every asp upload code I used from the web. When it's connecting to the speicified upload directory, it always gets stuck.

View Replies View Related

Uploading A File With Ftp -s Scriptname.txt

I am trying to upload a file from one server "A" (ADSL 64k) to another
server "B" (ADSL 128k) and it starts (I am using a script with ftp -s
scriptname.txt) and since I have "hash" as one of the flags I can see
that the file is being transfer but when the script is done server
"A", the file dissapears from the server "B".

I did try with server "C" (ADSL 512k) to server "B" and everithing is
ok (so it is not a permissions problem) but still the issue is that
server "A" is in a small branch and this HAVE to work. could it be the
speed? timeouts?

View Replies View Related

Uploading File Into SQL 2005 Using .asp

Anyone who can send me a sample code of how to upload a file into SQL 2005
server using .asp running on IIS 6? I have a code that has been working when uploading into SQL 2000 but when I do the migration to SQL 2005, it doesn't work anymore.

View Replies View Related

Uploading File To Db Problem

I am using the code from the links below to upload files to a MS Access database. It works really good for files that are not password protected. Does anyone know how to get around this and upload files that are password protected?

View Replies View Related

Uploading Selected File

I have a form with some textfields & checkboxes.One of the text field allows the user to select a file.When the user submits a form , I am inserting all textbox and checkbox values in a database.But, while performing insert I also want to upload the selected file on web server.Does any one know how to do that?

View Replies View Related

Problem With File Uploading New To Asp

i am uploading file to the server using htmlinput controls and every thing is o
but i try to upload larger file to the server like more than 4 mb and about 10mb i got server connection lost and time out some no responce is there any solution to that problem using asp.net and c.

View Replies View Related

Uploading File, Asp Freezes

I'm uploading a file, and I do FSO, and close the object and it works. But sometimes if it screws up as in the data was entered in a way to make the program crash, ASP freezes the file.

I was under the impression ASP was connectionless which baffles me why when i remotely connect to the server to delete the files, that they are locked by another 'resource'.

Anyone have any idea how to unfreeze these, i keep restarting the server as a temporary solution but that's not going to be the best in the future.... also anyone have any idea why asp would freeze this?

View Replies View Related







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