javascript - HTML-Fileupload using Firefox Android -
i'm webdeveloper germany , i've got problem firefox android (different versions, current version use 23.0).
i developed web application has become huge , complex.
it works fine there's 1 php site produces 1 or more bugs.
this site contains 4 html standard file controls. here's html code:
<input type="file" id="input_fileupload_01" name="input_fileupload_01" accept="image/*; capture=camera"> <input type="file" id="input_fileupload_02" name="input_fileupload_02" accept="image/*; capture=camera"> <input type="file" id="input_fileupload_03" name="input_fileupload_03" accept="image/*; capture=camera"> <input type="file" id="input_fileupload_04" name="input_fileupload_04" accept="image/*; capture=camera">
when click 1 control firefox opens dialog selecting device. that's ok.
when select smart phone camera (and that's 1 of important features of application) , shot photo there happen extremely things:
ff closes fatal system error.
ff closes web application's browser tab , opens new browser tab starting application's index site.
what's wrong? please watch html code - there wrong? simple. why errors happen?
i hope you've seen cut upload logic - did testing.
what's reason ff "kills itself" after shot photo or selected existing photo file 1 of local devices?
what error source: html, firefox, smart phone camera or else? please me.
thomas
Comments
Post a Comment