Hey Jon,

> image1.png, size: 8 KB; exception thrown in WPainterC (line 134). x and y
> sizes seem to be 0. Progressbar stopped at 94%. This is the one I was
> referring to yesterday.

That then seems to be a bug in how we detect the size; if possible can
you send me the file (off the list) ?

> image5.png, size: 250 KB; the programs seems not to be performing any
> action; idle. No image loaded nor displayed correctly. Progressbar at 0%
> image9.gif, size: 2.65 MB; the programs seems not to be performing any
> action; idle. No image loaded nor displayed correctly. Progressbar at 0%
>
> Is there any way to set a limit in the size of the file being uploaded?

Indeed. You probably hit an upload limit. See the max-request-size
parameter in wt_config.xml, which is a conservative 128KB by default.

There is also the fileTooLarge() signal you can listen to to react to
it. See the composer example for what you can do with it.

Regards,
koen

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to