aladiyat23 Posted July 25, 2006 Share Posted July 25, 2006 Hi, I got my form working with attachments being sent, but only small file sizes.After adjustments to php.ini by the host, and a .htaccess file my files are just getting "stuck" in transmission now...and not refreshing to the confirmation page but freezing in between.Does anyone know why this would happen? Should I format my confirmation redirection differently?if (@mail($to, $subject, $message, $headers)) echo '<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.dmmipromotions.com/submission.html">'; else echo "An error has occured. Please fill out the form and try again"; }} else {?>Thanks a lot for any advice :) Quote Link to comment https://forums.phpfreaks.com/topic/15601-max-file-size-help/ Share on other sites More sharing options...
aladiyat23 Posted July 25, 2006 Author Share Posted July 25, 2006 do i not ask questions correctly? is my topic too hard? i rarely receive replies.... Quote Link to comment https://forums.phpfreaks.com/topic/15601-max-file-size-help/#findComment-63526 Share on other sites More sharing options...
gluck Posted July 25, 2006 Share Posted July 25, 2006 php mail function relies on other binaries like sendmail etc. to send the mail through your server. Normally the mail function would queue the out going mails to the server queue for outgoing mails. Now if your server is busy and has many mail requests pending it should take time to go out of the server. Check details on the configurations of your server and the dependencies like sendmail or smtp etc. Quote Link to comment https://forums.phpfreaks.com/topic/15601-max-file-size-help/#findComment-63551 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.