Uploading photo to server using java apache -


i have problem using apache in java upload photo server using post method . question : how can upload photo server via form ?

<form method="post" action="http://www.blahblah.com/profile/profile/uploadpic/username/" enctype="multipart/form-data">     <input type="file" name="photo" id="photo" value="" />     <input type="hidden" name="secfrdcodedvar" id="secfrdcodedvar" value="8f0f54c112765db73c3d3b11f5fb23007b86a619" />     <input type="submit" name="btnsubmit" id="btnsubmit" value="?????" class="btn" />     <input type="hidden" name="frm-id" value="137616551552069e8b0b459" id="frm-id" /> </form> 


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -