My First Real Attempt At Swiffy

I found an old AS2 file laying around so I decided to try it out with swiffy. It only kind of works. It would play out correct for about the first 5 seconds and then it broke (sad).

Published
Categorized as news

Simple Upload Form Not Working

I was putting together an upload form today that uploads to a file to PHP. On submit, the $_FILES var was empty and for the life of me I couldn’t figure out what was going on.

Attempts:

  1. I tried a print_r on both $_POST and $FILES. Both showed up empty.
  2. Added info to the $_GET to make sure the POST was even going to the action page.
  3. Made sure I had enctype=”multipart/form-data” in the form.

Solution:

Published
Categorized as news