EUploadify

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.

See uploadify

Comments are welcome.

i found a little but in version 1

above line: 241

add newline use following:


$sd = substr($sd, 0, -1);

it will avert ie browser can not read array/object last comma ","

Thanks Jerry, fixed it in version 1.0.1. Trailing comma’s in js arrays and objects

are completely legal according to the language spec. Reading language specs and

interpreting them differently seems to be a hobby of Microsoft.

I noticed you used a custom encode method, any reason why you did not use CJavaScript::encode ?

nz

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.

How I can implement that?

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.

How I can implement that?

Mrsome1 did you solve it? and how u did that? thanks

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…