Upload Limits

We run a service for children who are off school for medical reasons,and we had a web-site that allows them to "submit" their work to teachers for marking. The site uses ASP code to upload the files into student folders and the staff retrieve it.

It all works perfectly for smaller files, but if a student attempts to upload a file larger than 1Mb they get "Request object error 'ASP 0104 :80004005' ".This appears to be due to a limit on the size of uploaded files (or the request objects that contain them), with a solution as described on thissite (amongst others):

http://www.dmxzone.com/ShowDetail.asp?NewsId=5424

As our site is hosted by a commercial hosting company, and we can't configure IIS,I was wondering whether there was a way to up the limit through code,like you can change the time-out period using Server.ScriptTimeOut?

View Replies


ADVERTISEMENT

IE And Post Limits

I'm at the end of developing an application. There's one form that the user can dynamically administer (add fields and remove them), and that form has at least 40 fields, plus the others that the user will add him/her self.

I let them test it and there is about 100 fields in this one form (with all my hidden fields for state maintanance and such, I use about 10 for various things).

My problem is that I cannot send the data to the server in IE (the most commonly used browser), but I can fine in FIREFOX. It'd be nice if everyone used FIREFOX, but no one who will use this application does.

I did a little research and I guess IE tops out at the CONTENT_LENGTH at 2083. I figured that was for passing name/value pairs via GET. My appp is sending 2796+. Sometimes over 3000, but even if I send it via POST IE won't send the request.

I'm testing with faux form with up wards of 3000 form elements and those don't seem to have any problem submitting. What could I be doing wrong?

View Replies View Related

Userdata Limits

I am using userdata.save to save sum info.I have found that there are size and number limits for the userdata storage area. What will happen if I will try to save and userdata storage area will be full. Is there a way to ensure that my data will be saved.

View Replies View Related

Browser 4K Limits

I've been reading where browsers can limit cookie sizes to 4K. I have a cookie-based cart and one customer that wants to put 50+ items in the cart. It works fine down around 30 items. Is it possible to raise that limit?

View Replies View Related

Content Rotator Limits

I was wanting to use the content rotator component to randomly change news articles that i've placed at the bottom of my site's pages.

<%
dim cr
Set cr=Server.CreateObject("MSWC.ContentRotator")
response.write(cr.ChooseContent("buyart.txt"))
set cr=nothing
%>

Is there a limit to how much content you can include in one html string?

I tried the following and it was fine: Code:

View Replies View Related

Limits Of Access Database

one of my websites has been gaining a lot more traffic lately, its 350 unique visitors a day and rising about 90% a month. I would like to know how long I can keep using an access database using Jet dsn less connection.

the site has main product database as well as a news and article database etc. I would prefer to keep running on the current setup for as long as possible. Does anyone know the limits? My next upgrade will be either SQL Server or MySQL.

View Replies View Related

HOW To Find Out Performance & Limits?

I had to make a webpage by "modifying" from other www resources script for an intranet calendar page which contain clickable data for different dates from an Access file.

Adaptation successful (after lots of trial+errors) ... but the loading SPEED is over 7 seconds. IIS 5.0. for IE6.0.

How to find out the limits of the asp page?
--- how to find out how many simultaneous hits can it sustains?
--- how to speed it up?

I have read the MS 25+ tips to improve performance & style article but I cannot do much from there and it is not easy to add the response dot flush as the table of the calendar is generated from loops within loops within loops (many if then else).

View Replies View Related

Upload Excel With Macros Using HTML File Upload

We face problems uploading excel (with macros) documents using HTML
File Upload.

The file contents are corrupted while viewing the same. However, we
are able to upload excel (w/o. macros) documents successfully. Is
there anything we have to take care of, while handling uploads of
excel documents with macros?

View Replies View Related

ASP Upload Error - Persits.Upload.1 (0x800A001C)

I keep getting the following error message when attempting to run the below script.

Persits.Upload.1 (0x800A001)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
line 42.

line 42 is "File.ToDatabase Connect, SQL"

Code:

View Replies View Related

Persits Upload ( ASP Upload ) AND Database Integration

I need some help with aspupload and a database. I have used the same script before and it worked fine, but now it wont upload. Code:

View Replies View Related

Pure ASP Upload - Upload To 2 Directories?

I have been using pure asp upload for uploading pictures and files fo rome time now.
I have a question about it thou - Is there any chance that the pure asp upload can upload a file to a directory and then copy it to a backup directory?

If anyone ever come accross this issue please let me know how u resolve it.

View Replies View Related

Upload

I use a windows application that can upload data to a http server.

I don't know exactly how the application uploads the data, but looking at the data communication I can see that the application tries to post data of type "multipart/form-data".

How can I make an asp script on my webserver that receives this data and store in on the hard drive?

View Replies View Related

Upload From URL

Is there any way to upload an image from a URL in ASP? I'm sure it's possible, but I can't find anything on it.

View Replies View Related

Asp Upload

How to Upload files in Asp with small source codes.

View Replies View Related

ASP Upload

I need to upload files from a web page to the server using ASP.

I've tried the following:

Can't use ASPUpload (persits) because it costs money
Can't use ASPFree because it requires VBScript 5.0

Tried ASPSmart and it says you need to save dlls to the NT Server. I dont think I can do this with my host.

Tried Dundas, but I'm completely lost with how to use it. It only seemed to download help files.

Can anybody recommend something simple to use? I don't need anything flash. Just the ability to upload a single file.

View Replies View Related

Pic Upload

on my site www.mutedesigns.co.uk/ws
if you log in
user: test
pass: test

and add a new picture, browse for picture then click upload, it asks you to copy and paste the name you just uploaded into the form field after UPLOADS/
how do i get to insert this filename into the database?

View Replies View Related

Upload

We have a page that handles uploads, but it's hitting the 90 sec default timeout. If place this server.ScriptTimeout = 150 at the top of the page, will it set the time out for just the one asp page, or reset the value at the server level, and thus adjust it for everything.

View Replies View Related

Upload Pic

i manage to store the picture pathname into database... c:folders
lablabla....with my primary key A
but how do i retrieve it back with my primary key ?? it is simple to
do in php and .net

View Replies View Related

ASP Upload

I want to offer the ablity for a user to upload an image to a specified directory on the server whilst inserting a record into a mysql database.

For example a user wants to add a new employee. They enter the revelant information into the form and they upload an image connected to that new employee about to be inserted.

Is this possible? how would you upload the image and link the image to the recordset in the database?

View Replies View Related

ASP Upload

is there a way i can use GET method to pass the upload file value. I mean somethin like: have the file field on one page where you get to choose the file and then there is a submit button which calls the the actual upload script which has a button named Upload.

Is that posible to do? cuz all the upload scripts i've seen so far has the file field in the same file as the code that uploads.

View Replies View Related

Most Pdf's And Bmp's Upload

Been using the same upload script for over 2 years. Recently, 2 images have given the error below. One was a pdf and one was a bmp. Other (and larger file size) pdf's and bmp's have uploaded with no problem. What could be different about these two images that would cause this error?

Persits.MailSender.4 error '800a0007'

The system cannot find the file specified.

View Replies View Related

Upload.asp

Sometimes I have a problem in upload file (not allways). My cod is:

Public Default Sub Upload()
Dim biData, sInputName
Dim nPosBegin, nPosEnd, nPos, vDataBounds, nDataBoundPos
Dim nPosFile, nPosBound

biData = Request.BinaryRead(Request.TotalBytes)
nPosBegin = 1
nPosEnd = InstrB(nPosBegin, biData, CByteString(Chr(13)))

The error that appears is in line "biData = Request.BinaryRead(Request.TotalBytes)"

View Replies View Related

Asp Upload

I want to include a text element to the asp upload file. When I read the documentation, it says that I have include Form collection to process the text element and include as:

strusername = upload.form("username")

I am not sure where this username should be defined and how do I process this text element along with the filename?

View Replies View Related

How To Upload File In Asp.

I'm working on a asp-application where I shall upload a xml-file from the
user, and then process til file (xml) for insert into a database. I'm currently
using a "INPUT-field of TYPE=file" to browse for file, and a extra submit button
to perform the actual transfer and start file-processing.

Is it possible to show the user one ebutton "IMPORT" without any text-field
associated with it, which browses for the file and directly startes the
upload to server and triggers file-processing. The actual processing of the file
must be done on the server-side (inserts to db etc.).

View Replies View Related

Simple Upload

i'm trying to create just a simple upload - fill in a form with the article
title, and description - and select a file - i need to upload that file to
the webserver, and then rename that file to the <% =Sartid %>.pdf

any ideas where to get something this simple from? never done anything like
this before - i'm guessing the FSO will be used?

View Replies View Related

PDA, File Upload

Is it possible to upload files using <INPUT type="file"> tag from IE on PDA .

View Replies View Related

Ftp File Upload In Asp

when i load the page nothing happens, it just refreshes to a blank page. does this page need to be named something special? does it need to be on the same server it's uploading to? Code:

View Replies View Related

Upload: IIS Issues?

Building part of an intranet and having problems uploading files. I'm using ASP Upload, which I've used previously without encountering anything like this. When I got to upload my file, I am prompted w'th a dialog box which says "Connect to LaptopMKII" (LaptopMKII is the name of the PC) with spaces to add a username and password. This seems independant of the logins I have for the intranet.

When I innevitabley have to press Cancel, the error I get is:

HTTP 401.1 - Unauthorized: Logon Failed
Internet Information Services

I'd post the code, but this doesn't seem to be a code issue. I've just reinstalled ASPUpload and I think that may be the cause of the problem - would this do anything to IIS that would cause this problem?

View Replies View Related

Upload Files Using ASP

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.

View Replies View Related

Upload Exe Files Using Asp

I want to upload exe files to the server using asp. I found many free utilities to upload files but they do alllow uploading exe.

View Replies View Related

Rename After Upload

I want to change the filename of user submitted files so that I don't get any duplicates. How would I go about doing this?

Can I simply just change the value of the file?

View Replies View Related

Persits.Upload

I just moved a site to a new host and now when I try to upload a picture for a real estate site I get:

D:hshomealcadminarizonarenttoown.comadminPIC_Upload.asp

Persits.Upload.1 error '800a0028'

This feature has been disabled by system administrator. Use File.SaveAsVirtual instead.

/admin/PIC_Upload.asp, line 25

Its something to do with this but I don't know how to correct: http://www.aspupload.com/object_upload.html#SaveVirtual

If I paste part of the code to my script could someone help me out if it is a simple fix? ....

View Replies View Related

Looking For ASP Upload Script

What is the best ASP upload script to use? I've looked into Free ASP Upload but the catch is you have to save your files via the Save method before you can get other form elements in a collection....

View Replies View Related







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