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).
HTML Arrangement Framework
Check out isotope
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:
- I tried a print_r on both $_POST and $FILES. Both showed up empty.
- Added info to the $_GET to make sure the POST was even going to the action page.
- Made sure I had enctype=”multipart/form-data” in the form.
Solution: