Forums

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

Home Forums CSS Bringing an old file-upload form into the modern age

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #42007
    astembridge
    Participant

    In the old days a common way to draw multiple file upload forms was to do something like:

    for ($i = 1; $i <= 3; $i++)
    {
    echo “

    Image From Hard Drive

    Title

    Caption

    “;
    }

    So this is functional but exceedingly drab, if not limited in features.

    Are there any snippets or examples that offer both local (hard disk) and remote (url) options for image uploads? Perhaps with some basic ajaxy functionality?

    TIA!

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.