I have html input type field in my upload form but I am not using <form></form>
I just have bunch of text box select box and input file field . I need to upload the .ai
file and show a display .png/.jpg
image format for it in my own html
jQuery("#main_gallery_view").prepend(thumbnail_html);
closest answer I could get was How to embed .ai files in HTML5? but this answer also does not tell any way to convert the .ai
files to image format(jpg, png)
So for my last try I am checking with stackoverflow experts.
Is this really feasible?
Is there any workaround to convert .ai files to image format(jpg, png)
?
I am using windows os and I will be saving it in my CDN S3 bucket