Flash image upload with mandatory crop?

前端 未结 2 1794
忘掉有多难
忘掉有多难 2021-01-22 01:39

Anyone know of a Flash file (image) uploader that will force a user to resize and/or crop their image BEFORE uploading it? To then upload it as well.

Basically, I don\'t

相关标签:
2条回答
  • 2021-01-22 02:15

    I have a bounty running with a very similar question, be sure to take a peek - there isn't anything there yet that does client side resizing, though.

    Also, SWFUpload is said to support it in the new Beta, but the feature is very sparsely documented right now. You would probably have to work on it to get it running the way you want.

    0 讨论(0)
  • 2021-01-22 02:32

    http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/

    there was another one called resize before upload but the site went down. though while I'm updating this and we're on the subject -- I don't see why you'd want to use Flash these days for this task. There are plenty of JavaScript options and now we also have Google's Dart (which builds JavaScript).

    0 讨论(0)
提交回复
热议问题