Tagged Questions
2
votes
8answers
1k views
Firefox Upload Form Issue
I've created an upload script in php that takes a file, resizes it, and creates a cropped square thumbnail. The script itself seems to work fine.
However, when I tried to upload an image through ...
0
votes
1answer
75 views
Why isn't my form being submitted?
I've got a simple HTML form, thus:
<html>
<head></head>
<body>
<form action="upload_file.php" method="post" enctype="multipart/form-data">
<input ...
0
votes
2answers
3k views
HTML forms: issues combining charset with enctype in Firefox
I have a Web site with a message board. The board lets people post messages and include attachments. I had a problem where my site was hiccuping every time someone wrote a post with non-Unicode ...