Posted by HC on 06/12/06 18:49
Hi everybody :)
I am trying to write a script that makes cURL submit the following form:
<form method="post" action="script.php" enctype="multipart/form-data">
<input type="file" name="somefile">
<input type="submit" value="Send File">
</form>
I've found a few examples of how to do this, but they all require me
creating a file first. I have the data I would like to submit in a PHP
variable, and for security reasons, I would prefer not to write this to
a file.
If anyone has any ideas on this, that would rock all kinds of worlds.
HC :)
[Back to original message]
|