hai everyone...
can i need your help?
recently i'm doing a program for upload image or file..
i've attmpted to post the location or path to the page then input it into the form using <input type = "file" value = ${paths} name = "image">, but its not working..
1. is there a way to upload file without using the browse button?
2. is there a way to upload file using <input type = "file" value = ${paths} name = "image">?
thank you.
can i need your help?
recently i'm doing a program for upload image or file..
i've attmpted to post the location or path to the page then input it into the form using <input type = "file" value = ${paths} name = "image">, but its not working..
1. is there a way to upload file without using the browse button?
2. is there a way to upload file using <input type = "file" value = ${paths} name = "image">?
thank you.
Comment