rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Burgundy

Pages: 1
1
You'll be happy to know I eventually did it... exactly the longest possible way ever. They really need to upgrade Monodevelop to the standards of Visual Studio... anyways, it emails and I have a bot splitting attachments and adding them to the binded folder.

 ;D

2
hm... didn't quite work... i tried a new method as well where I am using php and i got it to download an xml file but doesn't work for txt :(

okay, new idea. is it possible copy all files from a certain folder onto there? sort of like binds except ill rework the php to work with any device

3
Sure!

No error funnily enough. In fact, it even works! But the files never seem to get onto the server for some reason.

This is the new code btw:
var sw = File.CreateText("C:/Users/Bigg/Documents/ToyHeroes/Assets/Network/"  + "1" + ".text");
Debug.Log("UPLOAD DONE");

For now, I am doing this, and using Bind on the server to take any files uploaded here and share them...

But I know that's only temporarily since I can't technically bind it to everyone's folders who gets the game :-[


4
First post ~

Well... I guess I should say who I am. I am Burgundy. I am working on a game that uses a server to save some level stuff. I decided to use HFS since it seemed super easy enough... but... I am running into a issue

So, I have programmed my way and I have successfully managed to create a script which takes the stuff to be saved and puts it up there. I know this works cause this: 22:12:53 (insert numbers here) Requested POST / turns up every time I run the post.

For some reason though, the file never seems to turn up in the directory. It's a text file so it should be working...

Could I please have some help on why it doesn't work? I am really new to this...

And thank you!

Pages: 1