Link to home
Start Free TrialLog in
Avatar of Malyarenko
Malyarenko

asked on

how to upload a file in Mac OS 9 through HTTP using a proxy-server?

Problem is next: I need to upload a file using HTTP protocol. I've tried to use an URLAccess manager, but it doesn't support uploading through proxy. How can I find some examples on it?
Avatar of joghurt
joghurt

You can save a LOT of time if you completely forget using URLAccess. That thing is completely broken and Apple won't correct the bugs (at least in the Classic version). Not even bugs causing system crash. [Just try URLDownload in Apple's URLAccess demo program for an FTP directory if the directory listing is disabled on the server...]

I'm sorry I could not solve your problem. Our company has spent more than a year trying to get URLAccess working and try to have Apple correcting at least the most serious bugs. Finally we gave up and got a free TCP/IP handling source package that is based on OpenTransport.
Avatar of Malyarenko

ASKER

Thanks a lot. Sample with crash looks fine:). But can you give me some links to these free sources?
ASKER CERTIFIED SOLUTION
Avatar of joghurt
joghurt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Much more efficient than digging around for free stuff would be to buy Metrowerk's CodeWarrior and then use the PowerPlant application framework, specifically the LHTTPConnection class and friends probably do exactly what you want.
You'd probably split the points and give some for Alex Curlyo. His information is useful, too.
And is 3 months  after the question :)