473,765 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
aspmaxentityall owed (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 6010
First off please read the following links since you Multiposted in both
microsoft.publi c.inetserver.as p.general &
microsoft.publi c.inetserver.as p.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
aspmaxentityall owed (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.publ ic.inetserver.a sp.general &
microsoft.publ ic.inetserver.a sp.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
aspmaxentityall owed (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.pub lic.inetserver. asp.general &
microsoft.pub lic.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
aspmaxentity allowed (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.pu blic.inetserver .asp.general &
microsoft.pu blic.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
aspmaxentit yallowed (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
11763
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 table in MySQL with the path & filename to the image. I have successfully uploaded and performed an update query on the database, but the problem I have is I cannot retain the primary key field in a variable which is then used in a SQL update...
2
6063
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 server. On the line: dirs = Directory.GetDirectories(currentDir) I get "Access to the path "\\les-net\les\Special Projects\ATSPDF" is denied." How do I get the GetDirectories command to user my user ID and password when it tries to hit the...
1
2765
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" as the directory. When I use any other hard coded directory or even Server.MapPath() the upload function fails and returns the error: "Exception has been thrown by the target of an invocation." Once I change the root directory to "c:\Temp",...
0
4753
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 verdiği hata şu.Bilen arkadaşlar lütfen yardım edin Persits.Upload.1 error '800a0020' The system cannot find the path specified. /classifieds/upload.asp, line 250
1
2139
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 might be wrong? FileUpload2.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="FileUpload2.aspx.cs" Inherits="FileUpload2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
9
20899
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 rapidshare news : http://images.rapidshare.com/software/rsapi.pl If you test it you will see that you can upload one file at time. I try to modify it in that way that script can read a text file with the names of the files i want to...
0
9802
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 by the software in your host machine. Stack Trace at System.Net.Sockets.NetworkStream.Write(Byte buffer, Int32 offset, Int32
2
2159
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 applet. Shop script works with : <input type="file" name="id"/> but not with applet's: <input type="file" name="SourceFile_1"/> I just cannot figure out how to fix this :(
2
7651
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 don't have any luck is to do a form validation. This script requires the files: db-file-to-disk.asp and _upload.asp. There is a DESCRIPTION field in the db-file-to-disk.asp file, what I want to do is the user has to field out this fied before...
5
3289
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 _uploadedfiles_xxxx) (php must be allowed to move uploaded files to this folder' - uploadedfiles_xxxx. I typed <?php chmod ('_uploadedfiles_xxxx',640); ?> into notepad and saved it as php in the uploaded_xxxx folder, when I went to test it, the error...
0
9399
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10163
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9957
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9835
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7379
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.