Forums
This topic is locked
Static filename in Pure ASP Help!
Posted 22 Jun 2004 21:24:29
1
has voted
22 Jun 2004 21:24:29 Bryan Hilton posted:
How Do I Use a static Filenmae in Pure ASp Upload? I just need to upload a specific file everyday. No Browse button either? Replies
Replied 27 Jun 2004 15:44:53
27 Jun 2004 15:44:53 Rene Bandsma replied:
In my opinion it is not possible to use a standard texfied for upload, you have to use the file input type. So the browse button will still be visible.
<pre id=code><font face=courier size=2 id=code>
<input name="file" type="file" value="c:\inetpub\upload\thisfile.jpg">
</font id=code></pre id=code>
<pre id=code><font face=courier size=2 id=code>
<input name="file" type="file" value="c:\inetpub\upload\thisfile.jpg">
</font id=code></pre id=code>
Replied 08 Jul 2004 00:37:33
08 Jul 2004 00:37:33 Rene Bandsma replied:
Yes, you are right. I had the same problem once and didn't solved it.
Sorry for the late reply but I checked my archive to be sure that I didn't solved it.
Sorry for the late reply but I checked my archive to be sure that I didn't solved it.