1. #1
    Sencha User emredagli's Avatar
    Join Date
    Jun 2008
    Posts
    295
    Vote Rating
    0
    emredagli is on a distinguished road

      0  

    Default Showing uploaded image

    Showing uploaded image


    I know I have very simple problem. But I couldn't.
    I want to show uploaded image. I use FileUploadField (in ExtJS 2.2) component to upload image.
    Then how can I show image? I plan to use html property of panel component.
    Is it a right way?

    thanks.

  2. #2
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,167
    Vote Rating
    29
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    i just el.update('<img src="somesource.jpg">');

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  3. #3
    Sencha User emredagli's Avatar
    Join Date
    Jun 2008
    Posts
    295
    Vote Rating
    0
    emredagli is on a distinguished road

      0  

    Default


    Thank you jgarcia.
    It solves my problem.