Search found 2 matches

by ckm5
Thu Mar 23, 2006 9:59 pm
Forum: Coding Questions
Topic: HTTP-Code (Partial Get, unknown Filesize, in Memory/File ...
Replies: 15
Views: 9925

I guess my question was not clear, the original question was not about wininet (as everyone seems to have thought), but about where HTTP_OpenURL stores the downloaded data within PureBasic and how to access it. I didn't really care about what WININET actually does with the connection, only about ...
by ckm5
Thu Mar 23, 2006 6:23 am
Forum: Coding Questions
Topic: HTTP-Code (Partial Get, unknown Filesize, in Memory/File ...
Replies: 15
Views: 9925

Accessing file in memory

How does one access the contents of a downloaded file held in memory? Does HTTP_OpenURL return a object pointer or string containing the file contents?

I'm actually looking at iterating through the recieved file line-by-line in order to load the content into a local SQLite instance.

Thx.

Chris.