Using ::post to upload files?
Zdravstvuj Takhir :-),
I'm wondering if you could help me with this.
I've got a php script which allows me to upload a file (just a normal HTML form with upload). I'd like to post data to that script and upload a file.
So, the question is - is it possible to use inetc::post to upload a file?
I guess I can use the TEXT2POST field, but I would have to MIME encode the file as a text and I'm worried that it will not be long enough.
If it's not possible, have you (or anyone else) got a better idea how to do it? Alternatively, would you be able to enhance inetc, so it's possible?
I can't use put as it's a IIS server and I can't enable webdav (to allow put).
Thanks,
Rob