Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    smartclient multiFileItem maxFileSize?

    Be sure your post includes:

    1. the *complete* SmartGWT or SmartClient version from the lower left-hand corner of the Developer Console (see FAQ for how to open Developer Console), for example, \"v8.2p_2012-04-18/PowerEdition Deployment\"

    2. browser(s) and version(s) involved

    3. for a server-side problem, the *complete* logs generated during processing of the failing request (do *not* trim to just the error message)

    4. for any problem processing a server response, the actual response as shown in the RPC tab in the Developer Console

    5. if there is a JavaScript error, the stack trace logged in the Developer Console (see FAQ)

    6. sample code if applicable

    Posts with incomplete information are much more likely to be ignored.

    =================================
    Dear Isomophic admin.
    I am one developer live in south korea.
    I has enterprise edition licence on smartclient.

    I work with SmartClient_SNAPSHOT_v91d_2013-12-04_Evaluation

    my problem is file upload size limits on smartclient.
    I looked for much document and source but still has problem.
    that v91d_2013-12-04_Evaluation verstion has server.properties at web-inf/classes
    I configed
    fileUpload.maxSize: 314572800
    fileUpload.maxFileSize: 314572800
    DSRequest.maxUploadFileSize: 314572800

    that is smartgwt's

    I need smartclient's server.properties sample about fileupload max size.

    that option not work for me.
    how do i get smartclient's server.properties sample?


    please save me.

    #2
    You haven't said anything about what problem you're experiencing, but we suspect you are hitting the max upload size of your servlet engine, not SmartClient.

    If you are using Tomcat, you could Google "tomcat max upload size" to see how to change this setting.

    If you need more help, see the FAQ for the information you should be posting.

    Comment

    Working...
    X