Upload URL

spdyrel

New Member
Messages
1
Reaction score
0
Points
0
Ok, so I've been using (trying to use) this software for uploading certain files called Binary Construct. All I need to do is put the file in, and it uploads my files supposedly to a hosting website (that's why I have this) so I can download the file online (this is not just like a file uploader). I haven't gotten it to work because I need to enter an "Upload URL" which I tried using as my website URL (which didn't work). I contacted the creator of the software and he says I need to have my own host and use that URL. So now I'm stuck not knowing what to put there. What should I do?:dunno:
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Is this software for Windows or is it something that can work online?

Maybe one of your settings with the server are incorrect.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
post here all the settings(except password) that you have configured.so i can have a look at it and try to resolve.
 
Last edited:

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
X10hosting is not meant to be used as a file host. It's against the TOS I think.
However, if you also have a website hosted here you might be able to use this program without breaking the TOS, and having your account terminated. (Don't quote me on this).

This program probably uses FTP, in which case the URL will be;
'ftp://username:password@ftp.yoursubdomain.x10hosting.com'
Or ...
'ftp.yoursubdomain.x10hosting.com'
depending on how the program is configured.
 
Last edited:

mattura

Member
Messages
570
Reaction score
2
Points
18
maybe you need to know the directory structure so you can save/move uploads:
/home/spdyrel/public_html/...whatever_folders

use the above destination if there is a line in the php which moves $_FILES from the temporary upload area
 
Top