[CLOSED] json reader exception

  1. #1

    [CLOSED] json reader exception

    when i upload a pic, throw a json reader exception ,
       protected void MultiUpload1_FileUpload(object sender, FileUploadEventArgs e)
            {
            ...
            }
    the event does not be triggered.
     <ext:MultiUpload runat="server" ID="mu_1" OnFileUpload="MultiUpload1_FileUpload"
                                        AutoStartUpload="true"
                                        FileDropAnywhere="true"
                                        FileSizeLimit="15 MB"
                                        FileTypes="*.jpg;*.png;*.doc;*.zip"
                                        FileTypesDescription="All Files"
                                        FileUploadLimit="100"
                                        FileQueueLimit="0">
                                        <Button>
                                            <ext:Button runat="server" Text="上传图片"></ext:Button>
                                        </Button>
                                        <Listeners>
                                            <UploadStart Handler="Ext.Msg.wait('上传中');" />
                                            <UploadComplete Handler="Ext.Msg.hide();" />
                                        </Listeners>
                                    </ext:MultiUpload>
    i think may be newtownjson.dll not compile with ext.net


    Attached Thumbnails Click image for larger version. 

Name:	QQ??20140626225636.png 
Views:	112 
Size:	85.2 KB 
ID:	13071   Click image for larger version. 

Name:	1.png 
Views:	100 
Size:	21.0 KB 
ID:	13081   Click image for larger version. 

Name:	2.png 
Views:	108 
Size:	23.3 KB 
ID:	13091  
    Last edited by Daniil; Jul 01, 2014 at 2:49 PM. Reason: [CLOSED]
  2. #2
    Hi @hdsoso,

    It might be fixed already. Please try with Ext.NET v2.5.2.

Similar Threads

  1. Replies: 8
    Last Post: Dec 03, 2012, 12:31 PM
  2. Replies: 4
    Last Post: Mar 20, 2012, 1:27 PM
  3. [CLOSED] Advanced XML / JSON Reader
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 09, 2010, 5:53 AM
  4. Json reader not retrive all pages of data in grid panel
    By Satyanarayana murthy in forum 1.x Help
    Replies: 0
    Last Post: Dec 05, 2009, 4:58 AM
  5. [CLOSED] Passing JSON to Reader
    By Ben in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 02, 2008, 1:38 PM

Posting Permissions