Actions
Bug #1127
closedWFileResource: only a part of a file is downloaded
Start date:
01/08/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello!
I'm using Wt 3.2.0, Debian 6, compiled by myself.
I compiled Mail Composer example with the following command:
g++ *.C -o composer -lwt -lwthttp -lboost_signals -lboost_system
and run it with
./composer --docroot . --http-port 8888 --http-address 0.0.0.0
Directory 'resources' is located in the current directory.
I loaded 80k text file to mail composer and tried to load it, but only a part of it was loaded (last 5229 bytes).
This occurs with any WFileResource I use.
BR.
Updated by Koen Deforche almost 13 years ago
- Status changed from New to Resolved
Hey, this is probably a duplicate of: http://redmine.emweb.be/issues/1097, which also contains a fix.
Regards,
koen
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.1
Actions