This is something that I've been working on and pondering over, or at
least something similar: tracking the upload progress, and as the two
requirements are similar, they should be able to happen together.
But with the current version of Nitrogen and SimpleBridge, it doesn't
currently support streaming. You might have some luck currently by
tapping directly into one of the webservers directly, like making a
Yaws module that gets handled directly by Yaws.
-Jesse
> --
> You received this message because you are subscribed to the Google Groups "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
> To post to this group, send email to nitro...@googlegroups.com.
> To unsubscribe from this group, send email to nitrogenweb...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nitrogenweb?hl=en.
>
>
--
Jesse Gumm
Sigma Star Systems
414.940.4866
gu...@sigma-star.com
http://www.sigma-star.com
But we still need some ability to upload BIG files
As for uploading big files, I've got a quick fix for Mochiweb's
simpe-bridge that overrides the default 1MB limit:
https://github.com/choptastic/simple_bridge/commit/a407b2a6ece9a7a764ce1e5665e80fd216609261
-Jesse