Uploadify/jQuery, How could I display result of uploaded file? -


i see prints in server side script when gets file (via uploadify plugin in jquery). how can that?

if go the official site documentation section, can find there

the oncomplete function allows fire custom function when each file has completed uploading.

so server side script pass data jquery script, know happening on server. there onerror events, able know errors

or can create server log , trace there information server side script(it db, or simple text file), if don't want user know happening on server.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -