Richard, you can't (I'm pretty sure) post a file, you'll have to read the file and then post the data:

put URL ("binfile:" & fff.shp) into tData
post tData to URL someURL

However, you may need to UrlEncode the data for this to work, which I'd imagine the server your'e posting to would expect, so
post urlEncode(tData) to URL someURL

Best,

Mark


On 25 Sep 2007, at 16:44, R. Hillen wrote:

Hello list,

I want to tansfer a local binary file fff.shp to url MyUrl by http- post.

Can you explain, how to post a file?

I think somewhat like  >post file fff.shp to URL MyUrl<

Is that really so simple?

Thankx
Richard.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to