Jump to content

File handler for web resource.


Recommended Posts

It's indeed worth thinking about it.

But some comments to your "good for" list:

- Player profile picture uploads.

- Screenshot submission.

- Mod submission.

It's normally better to separate web services and the MTA server. The integrated web server shouldn't be used as a webserver to host a fully-featured webpanel, but to provide an interface for internal communication between external webpanel and MTA server.

You can also store these files in a database (or even on the file system) and download/access them via fetchRemote instead.

- Script editing via. browser.

You can already do this via HTML5 file system APIs.

- FTP

Proper FTP will not work. Implementing such a feature would indeed help to create a generic file uploader. I'm not sure if this is necessary though.

Link to comment
  • 2 weeks later...
  • Recently Browsing   0 members

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