Post by knowledge on Jan 30, 2017 9:35:16 GMT 10
Hey guys. How do i create json file and upload it to a web hosting? I know what json file contains.. i mean its format. But idk how to upload it to a web.
P.s: im not html programmer. I just want it to use it in my java android app
Cheerz
|
|
Post by Imformas on Jan 30, 2017 11:49:51 GMT 10
First of all you need a webserver/webhosting to actually store it on the web, unless you do it localy (http://localhost/) but no one will be able to access it only that pc! But get ya self a cheap web hosting plan, like Go Daddy or 1and1 and use it has a ftp server. Then all you have to do is connect to that server with an ftp client such as Filezilla. then navigate to the directory you want the "json" file to be in, and just drag ya file into that directory. and your away, and just use your domain to visit the file like www.example.com/yourfile.jsonPs: i dont really do web develupment anymore, but im pretty sure thats how it works.!
Programming language'sCSharpC++CObjective-CVBProject'sSharpMediaSharpEditYoutifygithub.com/Stephen-Fox-0
Last Edit: Jan 30, 2017 11:50:51 GMT 10 by Imformas
|
|
Post by knowledge on Jan 30, 2017 19:04:18 GMT 10
Thanks. I will try jt
|
|
Post by FreeApp Software on Jan 31, 2017 0:43:16 GMT 10
You can host local server on your pc but you'll need a ddns, port forwarding and keep your pc up and the most important online 24/7
|
|
Post by knowledge on Jan 31, 2017 20:41:30 GMT 10
Lol ty. It worked. I got free domain from freenom.com and a free web hosting from hostinger then uploaded the file. Ty anyways!
|
|
Post by FreeApp Software on Feb 1, 2017 7:54:36 GMT 10
Lol ty. It worked. I got free domain from freenom.com and a free web hosting from hostinger then uploaded the file. Ty anyways! Well that's the way my main site works 😂. I am just running a web host on my computer... it got not so awful uptime
|
|
Post by knowledge on Feb 1, 2017 20:23:45 GMT 10
. Actually this is the best way.
|
|