dhsanket / emote

emote afresh
2 stars 1 forks source link

Move Image upload action out of the CreateEmote box #53

Open dhsanket opened 10 years ago

arvindstutzen commented 10 years ago

any UI idea regarding implementing it? Do we need additional way to upload image or remove the current one completely ?

arvindstutzen commented 10 years ago

-> Planned flow description - When user taps Add-image icon , same image selector popup will open up. User can carry on same process(local/web). After selecting image, crop-popup will open and we can do cropping. Confusion raised here- When we tap "Ok" button do we need to show any sort of preview or directly send the image to server.

->After image submission is it ok to refresh the window by retaining the pagination page#

image

dhsanket commented 10 years ago

I think it is fine to submit without showing preview.

Is there a specific need to refresh the pagination page? Or can we Ajax display the correct new image?

arvindstutzen commented 10 years ago

if ajax is required then need to include a plugin. confirm it.

http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously-with-jquery

nitinkarmuse commented 10 years ago

Don't use it , pls try html5 formdata object as we are using currently http://www.html5rocks.com/en/tutorials/file/xhr2/

Sent from my iPhone

On 7 Oct 2013, at 19:31, Arvind Subramanian notifications@github.com wrote:

if ajax is required then need to include a plugin. confirm it.

http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously-with-jquery

— Reply to this email directly or view it on GitHub.

arvindstutzen commented 10 years ago

Ok @nitinkarmuse . Currently planning to have only one image for a title, is that fine?

dhsanket commented 10 years ago

Is there a strict reason why title can have only one image?