cancel
Showing results for 
Search instead for 
Did you mean: 

I cannot upload a file bigger than 80 MB at once.

Former Member
0 Kudos

I implemented Data Upload / Download Component in my board component.

But whenever I tried to update a file bigger than 80 MB, it turned off itself.

I thought it comes from the maximum volume can be contained in a xstring field.

how can I upload the file at once?

Thanks for reading

regards,

Jonghwan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jonghwan,

adjust parameter icm/HTTP/max_request_size_KB to a value you expect to be sufficient for your needs.

Best regards,

Andreas

Former Member
0 Kudos

Thanks For your help, Andreas.

the way to go to the parameter is this.

T.C. SMICM -> GoTo / Parameters

I've clearly solved the problem the default size of the icm/HTTP/max_request_size_KB was 102400 KB.

Regards,

Jonghwan

Edited by: JONG HWAN PARK on Jun 23, 2009 3:12 AM