Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Upload image from localhost to online server

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #179411
    Anonymous
    Inactive

    I’m building my CMS that will only be on my localhost and will submit data to my online server’s MYSQL database. Is it possible to upload an image to my websites filesystem like in img/newimage.png from my localhost CMS, to my online websites filesystem with PHP?

    #179495
    __
    Participant

    I suppose you could have the upload form on your local machine submit to your remote host… but why not just use FTP?

    #179502
    nixnerd
    Participant

    She is probably trying to do something like I was talking about a few months back. Remember the git-based CMS? Ha ha. Silly.

    @elkrocke, I’d recommend you use git hooks OR look into something like Jekyll.

    #179518
    __
    Participant

    Meh, not that silly.

    #179520
    nixnerd
    Participant

    Meh, not that silly.

    I’ll inevitably use it at some point. Why the hell not? Git already tracks for changes.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.