I love this program, I've used it for several aspects of the site I manage, however, I need to fix a few things on it I just can't seem to figure out. First off, for file upload, it won't upload something that is 2.5 megs, it just can't and I deal with photographers who uploads images that are far larger than that.
Next, it's a hit or miss with the email, is there anyway around it to make it email us everytime?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'll look into the size limit detail. In the mean time tell me more about your email problem. I don't quite understand why it would sometimes work and sometimes not work. Do you have any evidence (logs, emails, error messages) to support your claim?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm just passing on what the customer support people are sending me. I will have to look into the error logs to see what's up. Thank you for such a quick response!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In your form1.html file you will find a variable named MAX_FILE_SIZE (look for the value= field). This limits files size in KBytes (1000 = 1MByte). You can try modifying this value but in some instances it will be your host's PHP installation settings that may be setting the file size limit. If this is the case you will have to take up the issue with your host. If they only recommend not using PHP for large files and refuse to change the limit you will be out of luck with this program. There are alternatives we can discuss if you get to this point.
Still waiting for feedback on the email errors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I love this program, I've used it for several aspects of the site I manage, however, I need to fix a few things on it I just can't seem to figure out. First off, for file upload, it won't upload something that is 2.5 megs, it just can't and I deal with photographers who uploads images that are far larger than that.
Next, it's a hit or miss with the email, is there anyway around it to make it email us everytime?
Thanks.
I'll look into the size limit detail. In the mean time tell me more about your email problem. I don't quite understand why it would sometimes work and sometimes not work. Do you have any evidence (logs, emails, error messages) to support your claim?
I'm just passing on what the customer support people are sending me. I will have to look into the error logs to see what's up. Thank you for such a quick response!
In your form1.html file you will find a variable named MAX_FILE_SIZE (look for the value= field). This limits files size in KBytes (1000 = 1MByte). You can try modifying this value but in some instances it will be your host's PHP installation settings that may be setting the file size limit. If this is the case you will have to take up the issue with your host. If they only recommend not using PHP for large files and refuse to change the limit you will be out of luck with this program. There are alternatives we can discuss if you get to this point.
Still waiting for feedback on the email errors.
Thank you!
As for the email errors, I think it has something to due with our server and not the script.