jquery-ocupload
jquery-ocupload copied to clipboard
One Click Upload - A jQuery Plugin
Do I need to return response in some default manner ? I am returning it in this manner echo json_encode(["errors" => $errors, "warnings" => $warnings]); exit;
i have used this for web application but its not working on Safari browser in Ipad. once i click camera not open only black screen open.please help me to solve...
I am getting issue with upload is not working on IE. Please fix it
Can possibly be that onComplete is called when the file is actually failed to upload? Is there a place for onError? Thanks.
While testing on IE7, I noticed that onComplete was not working correctly. In order to fix this issue, you must change the jquery.ocupload.js to the following: ``` /** Upload iframe...