Question:

Is there a way to upload JPEG,PNG,GIF images and their links using this code?

by  |  earlier

0 LIKES UnLike

<a href="http://www.example.com" target="blank"><img src="yourpic.jpg" width="50" height="20"></a>

 Tags:

   Report

2 ANSWERS


  1. The short answer is no. There is no way to directly upload these type of picture files in the way you described. Your best bet would probably be just to either use a generic file upload system or convert the images into bitmaps or another supported file type.


  2. No.

    You would have to use a form and the INPUT TYPE=FILE tag to upload an image (or any file, for that matter).

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.