Jump to content

I have a Question about FetchRemote


Topperx

Recommended Posts

After some updates on the FetchRemote function, I'm having a lot of trouble downloading some files directly from a "Domain" Example: My server is on a Host, and the Files on another Host, and it looks like something is blocking and FetchRemote Function.

can someone help me ?

Link to comment
requestBrowserDomains({"http://servertestdownload.unaux.com/"})

function startDownload( )
    fetchRemote ( "http://servertestdownload.unaux.com/download/data/database/login/ScreenLoading1.png", myCallback, "", false, getLocalPlayer() )
end

function myCallback( responseData, error, client )
    if error == 0 then
		outputChatBox("SUCCS "..tostring(error))
		else
		outputChatBox("ERRO "..tostring(error))
    end
end

startDownload( )

 

debug " ERRO 1006 "

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...