I've never been able to upload and resize large image files (about 3mb or higher). ASP Upload shows the status bar and indicates the upload is complete but large image files aren't uploaded or added to the database. Usually I get around this by resizing large images manually in Photoshop before uploading.
However, I read on another forum that the server memory limit must be increased because image components must have enough memory to process larger images. They gave a simple example how to do this in PHP by inserting a line of code at the top of the page. Can this be done in ASP?
Thanks, Gary |
|
|