Skip to content
This repository was archived by the owner on Feb 9, 2019. It is now read-only.
This repository was archived by the owner on Feb 9, 2019. It is now read-only.

success is not getting fired #21

@coup

Description

@coup

I have a following code but when my server returns success:true in json

success event is not getting fired

{

                        xtype: 'fileupload',
                        id:'noUpload',
                        width:100,
                        height:40,
                        margin:'0 10 10 10',
                        url: myurl,
                        success:function(){


                            alert('success');

                        },
                        failure:function(){

                            alert('fail');

                        }

                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions