/    Sign up×
Community /Pin to ProfileBookmark

Form completely not sending POST information.

hey all,

I got a question. It may be simple for you, but im stumped.

I have an image upload form where you can select how many images you would like to upload. You give it a # and press Next.. It takes you to a page with all that number of FILE inputs with apporate names so the PHP can handle them properly. Anyways, if you have more than 3 files, and press submit. None of the post information is even sent! I have an IF statement checking for a hidden form element, so it knows that the images are being submitted.. The script completely bypasses that IF statement, and goes to the ELSE. I ran a print_r($_POST) outside of the IF statment to see if ANYTHING at all was being sent.. Nothing. This only happens if you try and give more than 3 or so images..

Any suggestions?

Thanks,
Kyle

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@bokehMay 22.2007 — You are probably exceeding the max POST size.
Copy linkTweet thisAlerts:
@Kyleva2204authorMay 22.2007 — Thanks! That fixed it right up.
×

Success!

Help @Kyleva2204 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...