C
Craig Buchanan
I have a form that captures information about a person and provides a way to
upload an image. The image is saved to a hosting service and the person's
information (including the image and thumbnail's url) are stored in the
application's repository.
One issue is that i need to post the image first, then parse the response to
find the two urls (image and thumbnail).
The second issue is that i would like to post the image directly to the
hosting service, rather than having to route it thru my application.
My first thought is to upload the image with an ajax call to the image
server, then parse the response, then do a normal postback.
Any thoughts on this topic would be appreciated.
Thanks in advance,
Craig Buchanan
upload an image. The image is saved to a hosting service and the person's
information (including the image and thumbnail's url) are stored in the
application's repository.
One issue is that i need to post the image first, then parse the response to
find the two urls (image and thumbnail).
The second issue is that i would like to post the image directly to the
hosting service, rather than having to route it thru my application.
My first thought is to upload the image with an ajax call to the image
server, then parse the response, then do a normal postback.
Any thoughts on this topic would be appreciated.
Thanks in advance,
Craig Buchanan