S
S
sidristij2012-08-15 22:42:55
System administration
sidristij, 2012-08-15 22:42:55

How to upload files in the game for programmers?

So we're making a game for you :) the question arose: how would it be more convenient for you to upload files to the server?

  • Just like all sites. Attach button on the form to upload a file
  • SVN link, with access credits
  • Git/Mercurial
  • FTP

And in general - since this is a question, I ask you to discuss what would be more interesting.
In general, SVN sounds interesting and purely programmer-like. But it imposes certain hemorrhoids in integration. What options are still possible? Maybe exotic?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
yeputons, 2012-08-16
@sidristij

If you intend to upload small files with code, then it is very convenient to select a text field under this in order to copy the text directly from the environment and not wade through folders to find the file

G
Gosha Arinich, 2012-08-15
@goshakkk_reborn

curl -d @file_to_post “http://URL/path”:)

T
TheMengzor, 2012-08-16
@TheMengzor

HTML5 drag-n-drop, regular input field.

V
Vampiro, 2012-08-16
@Vampiro

You can link to habrastore to accustom the audience to it. Uploading files there is quite convenient + it will not die in the first hours after starting the game :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question