Limiting file upload sizes

4 views
Skip to first unread message

DavidNia

unread,
Sep 17, 2010, 5:43:08 PM9/17/10
to Induction Framework
Is there a way to control or limit the file upload sizes in Induction?

Thanks

Adinath Raveendra Raj

unread,
Sep 17, 2010, 8:16:54 PM9/17/10
to induction...@googlegroups.com
Yes, you can specify the limit in the Induction config XML, shown below is an XML snippet from the sample config (that ships with Induction) that shows the settings:

<config>

   .... other settings ....

    <file-upload>
        <max-upload-size>10485760</max-upload-size>
        <store-file-on-disk-threshold>20480</store-file-on-disk-threshold>
        <uploaded-file-storage-dir>\\localhost\sandbox_partition\fileupload</uploaded-file-storage-dir>
    </file-upload>
</config>

Cheers,
Adi

On Fri, Sep 17, 2010 at 2:43 PM, DavidNia <da...@3dex.com> wrote:
Is there a way to control or limit the file upload sizes in Induction?

Thanks

--
You received this message because you are subscribed to the Google Groups "Induction Framework" group.
To post to this group, send email to induction...@googlegroups.com.
To unsubscribe from this group, send email to induction-frame...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/induction-framework?hl=en.




--
Acciente, LLC
Systems Architecture and Software Design

www.acciente.com
www.inductionframework.org
Reply all
Reply to author
Forward
0 new messages