|
Posted by Jerry Stuckle on 05/05/06 22:27
HC wrote:
> Jerry Stuckle wrote:
>
>> I'm not clear what you mean wit "input to allow me to upload a file".
>
>
> Basically, the form has <input type='file'>. The script I'm trying to
> write should send data to that for processing.
>
> Ehsan, I do know how to use fopen() and fwrite(), but ideally, I don't
> want to have to write the data to a file.
>
> Thanks for both of your replies :)
>
> HC
Well, you can plug a default filename in there. But you can't actually retrieve
the file from the client computer with PHP. You need the user to fill in the
field and submit the form.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|