jensjeflensje / websk

Create websites using Skript!
MIT License
9 stars 4 forks source link

How to upload a file? like a images to server #46

Closed LowScarlet closed 2 years ago

Norbiros commented 2 years ago

You can do this in 2 ways:

  1. Use newest version from nightly (github actions) and then add your file to websk/files and just navigate to this file in HTML
  2. Use latest release and in Skript write:
    if event-path is "file.PNG"
    return file.PNG

    Or something like that... And in HTML write just `file.png|

Norbiros commented 2 years ago

Can you close this? Do you have any more questions?

Norbiros commented 2 years ago

@SkyCraft78 can you close this issue?