|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Upload Limits - Change in Code?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 this site (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? Thanks Andrew
Show quote
Hide quote
"Andrew Virnuls" <foren***@surname.co.uk> wrote in message No this can't be done. It helps protect the service provider from onenews:452fa26b$0$8744$ed2619ec@ptn-nntp-reader02.plus.net... > Hello all! > > 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 this > site (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? > customer's site hogging more than their fair share of memory at the expense of their other customers. Show quoteHide quote > Thanks > > Andrew > > hard to imagine a child having to create a homework assignment with size > 1mb....
Show quoteHide quote "Andrew Virnuls" <foren***@surname.co.uk> wrote in message news:452fa26b$0$8744$ed2619ec@ptn-nntp-reader02.plus.net... > Hello all! > > 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 this site (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? > > Thanks > > Andrew > "Jon Paal" <Jon nospam Paal @ everywhere dot com> wrote in message Have you got children of High School age yourself?news:12ivja8qqgdap4e@corp.supernews.com... > hard to imagine a child having to create a homework assignment with size > 1mb.... > How many Powerpoint slides can you create in less than 1MB? My daughter submits some of her Art homework electronicaly, those files are significantly greater the 1MB. > and we had a web-site that allows them to "submit" their> "Andrew Virnuls" <foren***@surname.co.uk> wrote in message news:452fa26b$0$8744$ed2619ec@ptn-nntp-reader02.plus.net... > > Hello all! > > > > We run a service for children who are off school for medical reasons, > > work to teachers for marking. The site uses ASP code to upload the files into student folders and the staff retrieve it.> > upload a file larger than 1Mb they get "Request object> > It all works perfectly for smaller files, but if a student attempts to > > error 'ASP 0104 : 80004005' ". request objects that contain them), with a solution as> > > > This appears to be due to a limit on the size of uploaded files (or the > > described on this site (amongst others): configure IIS, I was wondering whether there was a way to up> > > > http://www.dmxzone.com/ShowDetail.asp?NewsId=5424 > > > > As our site is hosted by a commercial hosting company, and we can't Show quoteHide quote > > the limit through code, like you can change the time-out period using Server.ScriptTimeOut? > > > > Thanks > > > > Andrew > > > >
Show quote
Hide quote
"Anthony Jones" <A**@yadayadayada.com> wrote in message I remember when one of mine tried to stuff a 12MB Word doc on a 3 1/2" news:eJPQI3u7GHA.4604@TK2MSFTNGP03.phx.gbl... > > "Jon Paal" <Jon nospam Paal @ everywhere dot com> wrote in message > news:12ivja8qqgdap4e@corp.supernews.com... >> hard to imagine a child having to create a homework assignment with size >> > > 1mb.... >> > > Have you got children of High School age yourself? > How many Powerpoint slides can you create in less than 1MB? > My daughter submits some of her Art homework electronicaly, those files > are > significantly greater the 1MB. > floppy. 32 pages. Mainly embedded images.... -- Mike Brind that begs a few other questions, but that's off topic.
ok ... so Why not just email the documents to the teacher... bypass all the login/upload/download/markup...rinse/repeat Show quoteHide quote "Anthony Jones" <A**@yadayadayada.com> wrote in message news:eJPQI3u7GHA.4604@TK2MSFTNGP03.phx.gbl... > > "Jon Paal" <Jon nospam Paal @ everywhere dot com> wrote in message > news:12ivja8qqgdap4e@corp.supernews.com... >> hard to imagine a child having to create a homework assignment with size > > 1mb.... >> > > Have you got children of High School age yourself? > How many Powerpoint slides can you create in less than 1MB? > My daughter submits some of her Art homework electronicaly, those files are > significantly greater the 1MB. > > >> >> "Andrew Virnuls" <foren***@surname.co.uk> wrote in message > news:452fa26b$0$8744$ed2619ec@ptn-nntp-reader02.plus.net... >> > Hello all! >> > >> > 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 this site (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? >> > >> > Thanks >> > >> > Andrew >> > >> >> > > "Jon Paal" <Jon nospam Paal @ everywhere dot com> wrote in message Because it does other things as well - it records the date and time and the news:12ivscnjk7buo6b@corp.supernews.com... > that begs a few other questions, but that's off topic. > > ok ... so > > Why not just email the documents to the teacher... > bypass all the login/upload/download/markup...rinse/repeat student's comments in database and shows them on their page that the work has been submitted. It also appears as unmarked work on the staff page and when they enter their marks and comments they are saved into the database it feeds into the students' reports. Also, we'd rather that staff and students don't know each other's e-mail addresses and only communicate through our web-page so that we have more control and a record of what was said. Besides, we have other scripts that upload as well - such as for staff uploading the work in the first place, or adding pages to the web-site - that are suffering from the same problem. Andrew
highlighting user selected option after form submit
errors in asp code execute() not working New session for every page??? Help in writing SQL using request.form.item(i) Carriage Return and Response.Write Output Issue ADODB.Field error '80020009' Cannot find record displaying a drop down selection with ASP Handling checkboxes, a question of style? Session State question |
|||||||||||||||||||||||