You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also found that when submitting the form via ajax the variable for the fileID is not passed. That is the same as when in DEV mode, the fileID is not being passed in the $data object.
also doesn't pass the fileID when using a form captcha
I copied the example from http://doc.silverstripe.org/old/uploadify (just noticed it is old documentation but still seems relevant).
I could not get it to work, symptoms being no image thumbnails appearing in the GUI and no instances of MyFile being saved to the database.
However I realised I was running in debug mode, using UploadifyField::show_debug(); - turning this off resolved the issue
The text was updated successfully, but these errors were encountered: