Ağustos 23, 2010

Asp.Net File Upload Dosya boyutunu belirlemek

Asp.Net FileUpload ile dosya yüklerken, yükleyebileceğiniz dosyanın maximum büyüklüğünü ayarlamak  için web.config içerisinde system.web 'in altına aşağıdaki kodu eklemelisiniz.

<system.web>
...
    <httpRuntime maxRequestLength="10000"/> 
    //10MB 'e kadar dosya yüklemenize izin verir.
...
</system.web>
web.config dosyasına bu kodu eklemezseniz,varsayılan,dosya boyutu (default maxrequestlenght) 4096KB (4 Mb.) olacaktır.Bu da  4Mb. den büyük dosyaları upload etmenizi engelleyecektir.

Hiç yorum yok:

Yorum Gönder

System.Text.Json.JsonException hatası - cycle or if the object depth is larger than the maximum allowed depth of 32.

 Eğer .net'te aşağıdaki hatayı alıyorsanız; " A possible object cycle was detected which is not supported. This can either be due t...