|
|
Rank: Devotee
Joined: 4/22/2008 Posts: 60 Location: Dubai
|
Hi,
Whats the maximum file size that can be uploaded in media/content section.?
I'm allowing users to download zip files of high resolution images from my site. So we need to upload more high resolution images as zip and upload.when i tried with a file of size 600mb its not saving.
I'm trying to upload the file from content section using the Upload. Please help me on this..
Sajith.
|
|
 Rank: Aficionado
Joined: 3/30/2008 Posts: 108 Location: Sweden
|
You should try setting the maxrequestlength in web.config, like this: Code: <httpRuntime maxRequestLength="1048576" executionTimeout="3600" />
this is for one gig.
|
|
Rank: Devotee
Joined: 4/22/2008 Posts: 60 Location: Dubai
|
The page is not showing timeout error. Its showing the progress bar(of IE) and after that showing as done. but the file is not uploaded. :( i tried your solution too but still its not done.
Sajith.
|
|
 Rank: Devotee
Joined: 4/3/2008 Posts: 68 Location: The Netherlands
|
Not sure but maybe you can use the MAss Media upload package wich is using swf upload. You can find more in this thread
ASP.NET and Umbraco development - Soeteman Software
|
|
Rank: Devotee
Joined: 4/22/2008 Posts: 60 Location: Dubai
|
hi all
thanks for the help. Fed, i tried it again and it worked. its wired that havent worked for the first time.
Sajith.
|
|
|
Guest |