Bharat Mediratta
515c081f79
Add support MP4 movies also. Flowplayer supports them and can stream
...
them using the h264streaming plugin. Everything else is a fairly
minor change.
2009-02-25 05:27:29 +00:00
Tim Almdal
adf338f2c1
Added t(...) around some display strings that were overlooked.
2009-02-22 16:14:58 +00:00
Bharat Mediratta
baff63b70b
Very basic movie support. You can upload a FLV file, we use ffmpeg to
...
extract a thumbnail out of it and if you click through we show it
using flowplayer.
2009-02-22 05:21:44 +00:00
Bharat Mediratta
d3752437b9
Add a 'finish' button which dismisses the dialog and refreshes the current page
2009-02-18 07:33:38 +00:00
Bharat Mediratta
e24de87096
Urlencode the user agent, else it doesn't get passed through properly.
...
This fixes the uploader on FF/Linux (and probably other platforms).
2009-02-18 07:20:50 +00:00
Bharat Mediratta
96c6121f4a
Add more localized strings
2009-02-17 05:11:05 +00:00
Bharat Mediratta
3684cff972
Ignore the unique timestamp value that upload::save() prepends to temp filenames.
2009-02-15 23:04:26 +00:00
Bharat Mediratta
9e08285c00
Say hello to the new Flash based uploader, courtesy of Eric Zelermyer.
...
This requires a little trickery to proxy the session id and user agent
through the ActionScript code so that we can assume the same session
in the uploader. It's also using its own path to add photos since
we'll want to have a slightly different protocol for dealing with
responses (as opposed to JSON or HTML).
A work in progress for sure, but it's already better than what we had before.?\024
2009-02-14 23:03:09 +00:00