How to upload a big file... Options
sajith
Posted: Tuesday, August 19, 2008 8:56:18 AM
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.
fed
Posted: Tuesday, August 19, 2008 9:18:49 AM

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.
sajith
Posted: Tuesday, August 19, 2008 10:07:03 AM
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.
rsoeteman
Posted: Tuesday, August 19, 2008 10:10:30 AM

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
sajith
Posted: Tuesday, August 19, 2008 11:13:55 AM
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.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.