Hi,

I wrote a WSAPI script to handle POST upload and it works fine with files
under size of 4M.
When I increase the upload size to 8M, the WSAPI ran out of memory when
executing
*
*
*local request = wsapi.request.new(wsapi_env)*

I thought it exited when executing parse_post_data(), is it a limitation of
WSAPI or Lua?
Any suggestion to handle large upload file?

I'm using Lua 5.1 + WSAPI 1.3.4

Thanks.
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to