Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: File Downloading  (Read 2416 times)

0 Members and 1 Guest are viewing this topic.

Ruckamongus

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
File Downloading
« on: July 11, 2012, 03:47:22 am »
I searched around and couldn't find much for a way to download a file from the net. I have a very primitive HTTP download function which works, but it would be nice to be able to get the progress of the download, pause a download, et cetera. I have very little understanding about the HTTP protocol, so I apologize if this is already available through HTTP. (If so I'd really appreciate a push in the right direction in how to implement the functionality.)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: File Downloading
« Reply #1 on: July 11, 2012, 08:15:10 am »
Quote
it would be nice to be able to get the progress of the download, pause a download, et cetera.
This is more or less planned for a future version.
Laurent Gomila - SFML developer

Ruckamongus

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: File Downloading
« Reply #2 on: July 11, 2012, 04:00:21 pm »
Awesome, thanks for the quick reply Laurent. :)