开发者

Ajax4jsf File Upload

开发者 https://www.devze.com 2023-01-08 14:29 出处:网络
I want to upload a file with AJAX in a JSF application. The idea is that as soon as the user selects the file, it is uploaded, and a preview is shown. Currently I am using t:inputFileUpload and have t

I want to upload a file with AJAX in a JSF application. The idea is that as soon as the user selects the file, it is uploaded, and a preview is shown. Currently I am using t:inputFileUpload and have the code to insert the image in a database and show the preview. I tried a4j:support but it did not work.

Many t开发者_如何学运维hanks, Panayiotis


Try the Richfaces file-upload component

http://livedemo.exadel.com/richfaces-demo/richfaces/fileUpload.jsf

Regards.

0

精彩评论

暂无评论...
验证码 换一张
取 消