views:

64

answers:

2

I have done an multiple upload with uplodify jquery, but when i check it in a system with no flash player installed a blank area is present in the region of the uplodify flash button,

how can i show the user some missing plug-in like in other sites to install latest flash player plug-in... or suggest some option to make upload possible in a button click (single/multiple) even when user don't have flash installed...

please help......

A: 

Checked whether browser got flash plug-in and if not then hide the uplodify div and shown a normal file upload div... that solves the problem...

deepu
A: 

you can use Ajax file upload to upload files in non-flash case and use the ashx file by Uploadify to upload file, but multiple file upload will not be possible in IE...

deepu