c# - Validate file size before upload - IE8+ -


i want validate file size before upload on ie8+

i tried

validate file size before upload

but didn't work.

and can't configure every ie browser use "activexobject" (i saw 1 way solution).

what should do?

using asp.net fileupload control cannot use code validate size of file , inform user.

if want better user experience, suggest investigate open source solutions following:

  1. custom http module

    neatupload free option.

  2. silverlight/flash option

    swfupload free option.

  3. asynchronous chunking option

    radasyncupload - telerik's asp.net asyncupload pay option, check website pricing.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -