vote up 0 vote down star

I got a form with SWFUpload. Files uploaded to the server are converted server-side (video being compressed, images being resized etc)

Question is - can i delegate some of the functionality to client-side (like image resizing), to save some bandwidth for user.

flag

1 Answer

vote up 2 vote down

Video compression via Javascript would probably slow the browser so much that it wouldn't be bandwidth savings and if anything would probably annoy the end user.

link|flag
Thanks, very valid point. Though it doesn't have to be javascript compression. Maybe some process, just initiated by javascript? – tevch Apr 3 at 20:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.