Hie...
I have to upload same file again and again through input form.
For that normal method is to select that file and upload using normal upload script.
But if i wanna upload that without selecting for each time.....how can i do???
For Example,in case of text text is added every time for an input but for same text we can use <input type="hidden" name="name" id="id" value="your text here">
can i upload a file without taking input from it???
I have to upload same file again and again through input form.
For that normal method is to select that file and upload using normal upload script.
But if i wanna upload that without selecting for each time.....how can i do???
For Example,in case of text text is added every time for an input but for same text we can use <input type="hidden" name="name" id="id" value="your text here">
can i upload a file without taking input from it???
Comment