I uploaded EUploadify, a wrapper to the jquery Uploadify extension in extensions.
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website. It requires Flash and any backend development language. An array of options allow for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.
Could you please explain it step by step how to use it with my app? I am not expert in Yii. I wanna upload images to table called img and I have product table has many images in table img.
Could you please explain it step by step how to use it with my app? I am not expert in Yii. I wanna upload images to table called img and I have product table has many images in table img.
when i wanna get data from server, in {onComplete} function, i found the application log messages follow the response data, how to remove that log messages…