0

I have a form with several text inputs and an image input. The image input, once selected, needs to be uploaded (via an "Upload" button beside it) first to give user an opportunity to crop their uploaded image, before the form can be saved/submitted.

I want to know How I should implement the "upload first then save" design? Note I am using jQuery. Thanks.

tamakisquare
  • 16,659
  • 26
  • 88
  • 129

1 Answers1

0

I find it often simple to upload via a own popup window. That way the upload has its own form.

I have also used a UpdatePanel to async-upload the image.

Eystein Bye
  • 5,016
  • 2
  • 20
  • 18