+ 1
How can i get input type FILE as popup using AJAX ??
I dont want to see CHOOSE FILE control on my form but when i click on button i can upload image i want CHOOSE FILE control as popup when i click on button using AJAX how can i ??? <div class="container"> <form> <div class="form-group"> <label for="email">Image:</label> <input type="file" class="form-control" id="imageFile" hidden> <input type="button" class="form-control" id="imageUpload"> </div> </form> </div>
1 Odpowiedź
+ 1
Ok Thank you very much