Open dhsanket opened 11 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#
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?
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
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.
Ok @nitinkarmuse . Currently planning to have only one image for a title, is that fine?
Is there a strict reason why title can have only one image?
any UI idea regarding implementing it? Do we need additional way to upload image or remove the current one completely ?