Announcement

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

    is there max file size limit to isc server?

    Hello brother.

    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\"

    SmartClient v9.0p_2014-02-04/Enterprise Edition


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

    Crome 33.0.1750.117 m

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

    no error

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

    no error

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

    no error


    I written custom datasource .
    and it works with multiFileItem.

    my multifileitem can upload file about 64MByte . but over 64MByte it can't upload to server. (tomcat 6)

    but this source deployed to our JEUS server, it can upload over 100MBbyte

    I want to upload unlimited file size to server.
    help me .

    tomcat's config maxPostSize not work for me.

    attached my custom datasource.
    Attached Files

    #2
    No, there's no max limit.

    Most likely, your attempt to change Tomcat's maximum was just incorrect. The server logs should show you the same error occurring before and after your attempted change.

    Comment

    Working...
    X