php - Getting upload file size before upload -


when user selects file uploaded, there way can exact size of file before upload begins? i'm guessing needs done on client side jquery or javascript. ideas how?

this cannot done in pure javascript in current browsers.

instead, can use uploadify, uses flash.

in non-ie browsers, can use html5 read files on client.


Comments

Popular posts from this blog

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

gcc - SSE2 instructions not working in inline assembly with C++ -