Hi guys, I find this link
6.11.5.* < rich:fileUpload > available since 3.2.0
Now, I can catch the path of a selected image. It's working perfectly, but I need to set the path in a variable.
This code...
Code:
onupload="alert(event.memo.entry.fileName);"
It shows a message alert with path fo the image. If I could set this value in a variable, my problem is solved. I don't know how to do this. Any help?
Thanks!!!