|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a web page where i have to upload test.jpg evey time. So instead of giving <input type=file name=filnename> & browse the file
everytime i wrote < input type =file name=filename value="c:\test.jpg> but is it not working. Still i have to browse the c:\test.jpg for uploading. Or any alternative I have the code for uploading a file. Because everytime i have to upload the c:\test.jpg same file |
|
#2
|
||||
|
||||
|
Look at your html you forgot the ending quote should be
Code:
<input type="file" name="filename" value="C:\test.jpg"> NOTE: I'm not sure if this will really work or not, it might be limited to not doing it (more then likly) because it is a security concern. |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > <input type=file value="C:\test.jpg" name=filename> |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|