Ionic angularjs Android App -
i developing android app using ionic framework. trying build basic fileupload system.
<form action="" enctype="multipart/form-data" method="post"> <fieldset> <input type="file" name="image"> <input type="submit" value="upload"> </fieldset> </form>
after selecting image, doesnot show original filename. shows random filename without extension.
here screenshots. have selected images-2.jpeg
thanks all
Comments
Post a Comment