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

enter image description here

enter image description here

thanks all


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -