| Author |
Topic Search Topic Options
|
Badaboem
Senior Member
Joined: 12 April 2002
Location: Netherlands
Status: Offline
Points: 600
|
Post Options
Thanks(0)
Quote Reply
Topic: Increasing d/l u/l size of forum Posted: 02 June 2003 at 7:08am |
Is it possible to allow people to upload files over 2 mb?
I'm about to incorperate a downloads section on my site and textures + movie files for a 3d program will be hosted in the forum and listed somewhere else.
Edited by Badaboem
|
 |
TYSON
Groupie
Joined: 18 August 2002
Location: Australia
Status: Offline
Points: 142
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 June 2003 at 7:29am |
It would be possible by modifying the fields directly in the database to a higher value, but i havent had much luck with doing so with the aspsimpleupload component (timeout's, page just hanging) could be different with a different component but if your host supports asp.net i reccomend using one of the many upload scripts available.
I have a simliar system at my site with users uploading mod files for games, and havent had a problem with files up to 5-6meg using asp.net.
|
|
|
 |
xeerex
Senior Member
Joined: 19 November 2002
Location: United States
Status: Offline
Points: 601
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 June 2003 at 8:06am |
Does anyone know if www.asphelp.com is out permanently? They made the ASPSimpleUpload component which my host uses. I don't need it for any forum reasons, but was just wondering?
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 June 2003 at 8:13am |
The reason for the 2Mb limit in the forum is nearly all the components have a 2Mb limit on upload size.
asphelp.com is up, but only sometimes, try googles cache of the site.
|
|
|
 |
xeerex
Senior Member
Joined: 19 November 2002
Location: United States
Status: Offline
Points: 601
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 June 2003 at 10:31am |
|
Thanks -borg- for the Google suggestion, and thanks again for implementing the upload component.
|
|
|
 |
Badaboem
Senior Member
Joined: 12 April 2002
Location: Netherlands
Status: Offline
Points: 600
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 June 2003 at 11:47am |
|
Thanks for the help..I will try out some stuff.
|
 |
dove_g
Newbie
Joined: 24 January 2003
Status: Offline
Points: 34
|
Post Options
Thanks(0)
Quote Reply
Posted: 12 August 2003 at 5:10am |
|
We are using this forum on our IntraNet, so speed and capacity isn't problem for file uploads more than 2MB. We think to use filesize up to 25 MB.
So what to do, I mean is there any free ASP upload script which offer more than 2MB?
Thank you.
Edited by dove_g
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 12 August 2003 at 5:48am |
If you look in the admin section of the forum there are links to all the supported components, you will just have to checkout those sites to see if any support more than 2mb file sizes.
You will then have to manually put the 25mb limit into the database tblConfiguration table.
|
|
|
 |