eddycoder
eddycoder
If you do this: php index.php matches create:app foo "foo_model" and "foo_view" are referenced in the generated Foo.php controller, but the file and class names created by the script are...
With showPreview:true, the preview displays upside-down or sideways as often as it displays correctly. The same image will always produce the same result, in other words if a photo generates...
In your onLoad callback example you have: obj.createProgress(data[i]); But currently createProgress() accepts three separate arguments, so it actually has to be: obj.createProgress(data[i].name,data[i].path,data[i].size);