java - Primefaces - Loading Images in Mobile Version -


i have little problem loading image in primefaces 5.2 - in standard version works perfectly, in mobile (without special addons) not... fileuploadlistener not executed:

<p:fileupload fileuploadlistener="#{imageuploader.uploadimageafter}"               allowtypes="/(\.|\/)(gif|gif|jpg|jpg|jpeg|jpeg|png|png)$/"               mode="advanced" auto="true" /> 

java method not executed (contains loggers inside):

public void uploadimageafter(fileuploadevent event) {...} 

ps. know there's solution on primefaces main website, heard should work too


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -