I'm using the FreeASPUpload script from www.freeaspupload.net. It works good until I attempt to upload files larger than about 10Meg, at which point my server chokes. The documentation says I need to change the IIS upload limit.I've not been able to figure out how to do it in IIS5.
I need a general code for limiting an image size in pixels.Uploaded Images from people may not be larger on width than 400 px. If so than a script would minimize them to 400 but if they are 260 px then they of course appear in 260 px
is it possible to have an asp script create a thumbnail of an image upon upload?
i want to create a rather small thumbnail and 65 x 83 and put it in a folder '/sized'
oh yeah, and one more quick thing.. i am pulling information from a database.. why is it that the symbol ' gets changed to a ? when pulling it from the field.. will this go away when i start adding information through forms instead of access?
I had my server run win2K SP4 running an ASP site that uses ABCUpload and all was working fine. Today I have found that we can no longer upload files greater than about 4Mb.
I think way back when I set this site up I had to change a setting some where in windows that allowed the site to accept file greater than 4Mb. Does any body know what this setting is and where I can find it.
I need to develop an asp application wich allow users to upload files, but I need to limit every user folder with 10MB.How can I do that?not pure asp solution? each user must be a IIS/FTP user that will control that?
I am developing an web application, it should has the function to upload file from client computer. The uploaded file size can be limited within 10 MB.
But I dont know how to check the size of the file on client-side. Server-side size check is not enough, because it can not be checked until the whole file is received while the server resource(cpu,memory etc) is wasted.
I'm having a problem with the fact that I want to allow image files to be uploaded to a remote web server, as the hosting package the web site is on is IIS6 and has a default file upload size limit of 200kb. As it's a shared hosting package, the default limit cannot be changed for me unfortunately.
Anyway - i need to check the size of the file being uploaded, so i can notify the user and prevent them getting the default Microsoft error message page. The problem is that I can't implement a server side size check which works, using either Request.TotalBytes or load.getFileSize (with "load" being an object of my loader class). It seems that I can't carry out any of these operations when the file size is too large.
I'm using Windows 2000 server n IIS I'm Using FileSystemObject of ASP in Server Every File and Folder has 2 Size when we get properties of any 1 actual size and Size on Disk.now my problem is when i get the file size from ASP object it give Size value but when i try to get folder size it gives size on disk and both values are different.
I'm creating a size to access limited size to upload files so i just check the folder size and then get size for those which are going to update by user then i will less those size to actual folder size to get remaining size.
this code works great and displays an entire list of durrations. So now i have this list, i want to just single out the highest or maximum durration from the list that i have just generated.
I have an asp page that uploads a text file, with SQL Statements inside. After I upload the file, I want to execute the statements and then delete the file from the server. The problem is: when I read the first Sql statement, it gives an error when I try to execute it I get a "Identifier that starts with 'INTO blah blah' is to long. Maximum length is 128. But when I response.write the variable it shows the whole string, all +-600 chars of it. So is this a DB Problem? (I'm using SQL Server 2000) And how would I change it, if it was?
What is the maximum number of connections that will work when using ASP pages with a MS Access database. I've seen some information that leads me to believe that up to 20 simultaneous users is a practical limit?
I have a script that has worked flawlessly for a while. It allows a user to select from a listbox - with highlighted lines already of their settings, multiple lines (CTRL-SHFT) and the page updates the database properly.
Now, for some reason, I have a user that when we load their settings, all is fine. If I submit the form, immediately, with no new additional selections, all works fine. But, if I add even one new selection on the list box by holding CTRL-SHFT, the submit button no longer works at all.
This user does have a long list of selections already, I am just wondering if I may have hit a max some how?
sometimes I bekome a "Server Application Error" on my w2k Server when call a ASP page
The server has reached the maximum recovery limit for the application during the processing of your request. Please contact your Administrator The only thing to do is to restart the server.
We have a site that has been developed in Visual Interdev that we use the PageNavBar object for the banners on each page. I have noticed that we seem to have gotten into a situation where whenever we add a new page to the site diagram, some other page loses it's banner.
Can anyone tell me if there is some numerical maximum number of pages that can appear on a site diagram? Is there some other explanation for this that I am missing? Is there a solution?
I've been doing some work on the company's intranet, and I keep getting this error message when attempting to access ASP pages..
'The Server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance. The strange thing is, the pages will work for a while, before suddenly encountering this error. We then have to reset the server to get the pages to work again, but then a few days later it happens all over again. what could be cauding this, or how I can go about finding the cause?
I have a small ASP program ( http://www.dickbrom.com/aspsend/ ) that accepts data from a Form and e-mails it. The form has a Textarea (<TEXTAREA NAME="MessageBig" ROWS=10 COLS=50> </TEXTAREA>).
If you enter too many characters in the textarea the Submit button does not function. Is it possible to set a maximum number of characters or possibly truncate anything over a fixed number to fix this problem.i do not want to use Javascript.
I need to evaluate a field's maximum value and then do an if conditional:
if rs("havesubP") = true and rs("displaygroup") < MAX then ....
whereas MAX represents the biggest value in the records for the displaygroup field (an integer datatype). I get an "Either BOF or EOF is True, or the current record has been deleted.." error if i put any type of comparison number (of course MAX is not a vbscript keyword) that is larger than my largest displaygroup value in the dbase , as I will loop thru all the records once this condition is met.
what is the maximum number of characters that a string variable can hold - i initially thought it was 256, but after some testing it seems that it can hold much more than that..
i wirte SQL statment to collect information from oracel database but after 5 minutes i got the following measage
Error Type:
Active Server Pages, ASP 0113 (0x80004005) The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools. Code:
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?