S
SammyBar
Hi all,
I wonder is it possible to upload the content of an <img> field to a server.
The content of the <img> was downloaded from a web site different from the
one it should be uploaded. The image file should not be saved locally before
uploading. It should not be visible any <input type=file > on the form.
How can it be done?
I'm working on a project where client javascript requests an image server to
generate dynamic images. The client selects the image it wants and uploads
this to another server which stores the image. I know it is very simple to
upload a file to a server by using <input type=file > but it is not the
case. The image I need to uploaded is stored on a <img > field and is not
saved to local file system.
Any hint is welcomed
Thanks in advance
Sammy
I wonder is it possible to upload the content of an <img> field to a server.
The content of the <img> was downloaded from a web site different from the
one it should be uploaded. The image file should not be saved locally before
uploading. It should not be visible any <input type=file > on the form.
How can it be done?
I'm working on a project where client javascript requests an image server to
generate dynamic images. The client selects the image it wants and uploads
this to another server which stores the image. I know it is very simple to
upload a file to a server by using <input type=file > but it is not the
case. The image I need to uploaded is stored on a <img > field and is not
saved to local file system.
Any hint is welcomed
Thanks in advance
Sammy