JavaScript
--
Questions
--
Followers
Top Experts
image
I have a browser button ,when i browse that one the path will be displayed, but not the picture what can i do to saw the picture.
this is the coading.
can u pls help me
<div class="float-left margin-bottom" style= "height:200px width:200px">
<span class="stack" id="pic1">
<img src="img/demo/gallery/picture-5.jpg">
</span>
</div>
<div class=" field-block button-height">
<span class="input file"><span class="file-text"></span>
<span class="button compact">Browse..</span>
<input name="file-input" id="file-input" value="" class="file withClearFunctions" type="file"></span>
</div>
this is the coading.
can u pls help me
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
It is a little unclear as to what you are asking.
I think you are asking about uploading an image? Â The browse button just grabs the path then you are supposed to have server side code to accept the file. Â
Are you looking for something like ckfinder? Â http://cksource.com/ckfinder
I think you are asking about uploading an image? Â The browse button just grabs the path then you are supposed to have server side code to accept the file. Â
Are you looking for something like ckfinder? Â http://cksource.com/ckfinder
I couldn't understand u r answer.
if i can browse some image from my files that could be viewed in  here.
                      <span class="stack" id="pic1">
                                 <img src="img/demo/gallery/pict ure-5.jpg" >           Â
                           </span>
i miss the simple logic.
if i can browse some image from my files that could be viewed in  here.
                      <span class="stack" id="pic1">
                                 <img src="img/demo/gallery/pict
                           </span>
i miss the simple logic.
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
JavaScript
--
Questions
--
Followers
Top Experts
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.