473,387 Members | 1,529 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

asp upload file size

Joe
Hello,

I have IIS 6.0 running on w2k3 Enterprise.

I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
The problrm I am having is with files larger thatn 2MB's

I have edited the metabase to enlarge the
aspmaxentityallowed (this has worked to a point)

In the XML file in system32 metabase.xml

This will allow local files to uploaded almost any size.
But when I go to a remote location outside the network.
(via the internet) The file can be no more than 1.5 to
2MB's if it is I get a 500 internal server error or the
asp page doesn't return the upload confirmation page.
For that matter no page returns the confirmation. The
file never get uploaded of course.

Try here at this location please to see

http://www.tech1solutions.com/aspsma...ad/sample3.htm

the asp page also has been edited to allow the accomadate
the file size.

It appears as if the file takes too long to upload do to
the vriable bandwidths the file is being uploaded from?
Is it timming out?
Thanks a bunch
Joe
Jul 19 '05 #1
4 5983
First off please read the following links since you Multiposted in both
microsoft.public.inetserver.asp.general &
microsoft.public.inetserver.asp.components this is really rude.

http://www.blakjak.demon.co.uk/mul_crss.htm
http://www.aspfaq.com/etiquette.asp?id=5003

For possible solutions I would first recommend actually using something
that was designed for a file that large FTP. Still if you insist on
using ASP try the following links as they may have some useful information.

http://www.aspfaq.com/show.asp?id=2166

http://www.aspfaq.com/show.asp?id=2189

Hopefully that will help you.

Joe wrote:
Hello,

I have IIS 6.0 running on w2k3 Enterprise.

I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
The problrm I am having is with files larger thatn 2MB's

I have edited the metabase to enlarge the
aspmaxentityallowed (this has worked to a point)

In the XML file in system32 metabase.xml

This will allow local files to uploaded almost any size.
But when I go to a remote location outside the network.
(via the internet) The file can be no more than 1.5 to
2MB's if it is I get a 500 internal server error or the
asp page doesn't return the upload confirmation page.
For that matter no page returns the confirmation. The
file never get uploaded of course.

Try here at this location please to see

http://www.tech1solutions.com/aspsma...ad/sample3.htm

the asp page also has been edited to allow the accomadate
the file size.

It appears as if the file takes too long to upload do to
the vriable bandwidths the file is being uploaded from?
Is it timming out?
Thanks a bunch
Joe


Jul 19 '05 #2
Joe
Thanks Joker,

Well I have both of those components aspsmart upload and
Dundas. But the file size is too large it seems. Locally
it will upload. But remotely the file has to be less than
3 MG's
Thanks Joker
Joe
-----Original Message-----
First off please read the following links since you Multiposted in bothmicrosoft.public.inetserver.asp.general &
microsoft.public.inetserver.asp.components this is really rude.
http://www.blakjak.demon.co.uk/mul_crss.htm
http://www.aspfaq.com/etiquette.asp?id=5003

For possible solutions I would first recommend actually using somethingthat was designed for a file that large FTP. Still if you insist onusing ASP try the following links as they may have some useful information.
http://www.aspfaq.com/show.asp?id=2166

http://www.aspfaq.com/show.asp?id=2189

Hopefully that will help you.

Joe wrote:
Hello,

I have IIS 6.0 running on w2k3 Enterprise.

I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
The problrm I am having is with files larger thatn 2MB's

I have edited the metabase to enlarge the
aspmaxentityallowed (this has worked to a point)

In the XML file in system32 metabase.xml

This will allow local files to uploaded almost any size. But when I go to a remote location outside the network.
(via the internet) The file can be no more than 1.5 to
2MB's if it is I get a 500 internal server error or the
asp page doesn't return the upload confirmation page.
For that matter no page returns the confirmation. The
file never get uploaded of course.

Try here at this location please to see

http://www.tech1solutions.com/aspsma...ad/sample3.htm

the asp page also has been edited to allow the accomadate the file size.

It appears as if the file takes too long to upload do to the vriable bandwidths the file is being uploaded from?
Is it timming out?
Thanks a bunch
Joe


.

Jul 19 '05 #3
Like I said for files of that size you should be using something that
was designed to handle files of that size like FTP.

That is one of the functions FTP was designed for is transferring files
both to & from the server.

So for the final time I'll tell you to use a FTP server as it is
designed to do what you want.

Joe wrote:
Thanks Joker,

Well I have both of those components aspsmart upload and
Dundas. But the file size is too large it seems. Locally
it will upload. But remotely the file has to be less than
3 MG's
Thanks Joker
Joe
-----Original Message-----
First off please read the following links since you


Multiposted in both
microsoft.public.inetserver.asp.general &
microsoft.public.inetserver.asp.components this is really


rude.
http://www.blakjak.demon.co.uk/mul_crss.htm
http://www.aspfaq.com/etiquette.asp?id=5003

For possible solutions I would first recommend actually


using something
that was designed for a file that large FTP. Still if


you insist on
using ASP try the following links as they may have some


useful information.
http://www.aspfaq.com/show.asp?id=2166

http://www.aspfaq.com/show.asp?id=2189

Hopefully that will help you.

Joe wrote:

Hello,

I have IIS 6.0 running on w2k3 Enterprise.

I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
The problrm I am having is with files larger thatn 2MB's

I have edited the metabase to enlarge the
aspmaxentityallowed (this has worked to a point)

In the XML file in system32 metabase.xml

This will allow local files to uploaded almost any
size.
But when I go to a remote location outside the network.
(via the internet) The file can be no more than 1.5 to
2MB's if it is I get a 500 internal server error or the
asp page doesn't return the upload confirmation page.
For that matter no page returns the confirmation. The
file never get uploaded of course.

Try here at this location please to see

http://www.tech1solutions.com/aspsma...ad/sample3.htm

the asp page also has been edited to allow the
accomadate
the file size.

It appears as if the file takes too long to upload do
to
the vriable bandwidths the file is being uploaded from?
Is it timming out?
Thanks a bunch
Joe


.


Jul 19 '05 #4
Joe
Hello Joker

I do have FTP but not all clients know how to use FTP.
But anyhow I did fix it. You can upload about any size
file you want now!

Thanks for your help on this matter
Joe
-----Original Message-----
Like I said for files of that size you should be using something thatwas designed to handle files of that size like FTP.

That is one of the functions FTP was designed for is transferring filesboth to & from the server.

So for the final time I'll tell you to use a FTP server as it isdesigned to do what you want.

Joe wrote:
Thanks Joker,

Well I have both of those components aspsmart upload and Dundas. But the file size is too large it seems. Locally it will upload. But remotely the file has to be less than 3 MG's
Thanks Joker
Joe
-----Original Message-----
First off please read the following links since you


Multiposted in both
microsoft.public.inetserver.asp.general &
microsoft.public.inetserver.asp.components this is really

rude.
http://www.blakjak.demon.co.uk/mul_crss.htm
http://www.aspfaq.com/etiquette.asp?id=5003

For possible solutions I would first recommend actually


using something
that was designed for a file that large FTP. Still if


you insist on
using ASP try the following links as they may have some


useful information.
http://www.aspfaq.com/show.asp?id=2166

http://www.aspfaq.com/show.asp?id=2189

Hopefully that will help you.

Joe wrote:
Hello,

I have IIS 6.0 running on w2k3 Enterprise.

I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
The problrm I am having is with files larger thatn

2MB's
I have edited the metabase to enlarge the
aspmaxentityallowed (this has worked to a point)

In the XML file in system32 metabase.xml

This will allow local files to uploaded almost any


size.
But when I go to a remote location outside the network.(via the internet) The file can be no more than 1.5 to
2MB's if it is I get a 500 internal server error or theasp page doesn't return the upload confirmation page.
For that matter no page returns the confirmation. The
file never get uploaded of course.

Try here at this location please to see

http://www.tech1solutions.com/aspsmartupload/sample3.ht m
the asp page also has been edited to allow the


accomadate
the file size.

It appears as if the file takes too long to upload do


to
the vriable bandwidths the file is being uploaded from?
Is it timming out?
Thanks a bunch
Joe

.


.

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
2
by: Tom Wells | last post by:
I have a little file upload page that I have been able to use to successfully upload files to the C: drive of LocalHost (my machine). I need to be able to upload to a network drive from the intranet...
1
by: BW | last post by:
I am creating an upload/download function for an extranet site. Files will be uploaded to directory based upon the users login and associated project. The function works as long as I use "c:\Temp"...
0
by: SEMIH DEMIR | last post by:
Sitelerden birinde verilen yabancı kaynakli bir scriptti duzenledim yanlız birseyin içinden bir turlu cıkamadım işin aslı ilk defa persistin upload componentini kullanacam yanlız suanki haliyle...
1
by: Marko Vuksanovic | last post by:
I used the following code for implementing a file upload progress indicator, using UpdateProgress Panel, though I have a problem that FileUpload.Has File always returns false. Any suggestions what...
9
by: 8anos | last post by:
Hello, I am new at the community and newbie at programming :) As you may know rapidshare provides a perl script for linux, to upload files at their servers. You can find the original scripts at...
0
by: Buddy Home | last post by:
Hello, I'm trying to upload a file programatically and occasionally I get the following error message. Unable to write data to the transport connection: An established connection was aborted...
2
by: Event Horizon | last post by:
Hi, I'm trying to add an simple upload applet to shopping cart script. My new applet form sends all needed post fields ( quantity, product, etc... ) but the "file" post field is hardcoded in...
2
by: hotflash | last post by:
Hi All, I found the best pure ASP code to upload a file to either server and/or MS Access Database. It works fine for me however, there is one thing that I don't like and have tried to fix but...
5
by: camphor | last post by:
hi, I have found an upload script in hotscripts and have implemented it into the website, I followed the installation steps to 'give write permissions to php on the upload folder (which is...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.