This topic is locked
[SOLVED]

 Problem with uploading

11/15/2010 4:17:00 PM
PHPRunner General questions
K
karmacomposer author

My client's database has as many as 11 uploads (1 picture, 1 video and the rest are acrobat or excel docs).
When filling all fields, everyone get's errors. When uploading as few as 3, everyone still receive errors.
I have already upped the upload capability from 2MB to 10MB on the cpanel of my client's web server.
Any idea of why everyone is getting errors trying to upload files?
They can enter records with no problems, but if there are any uploads, they get nothing but problems.
Please advise.
Mike

501370 11/15/2010

I have mine set to 500MB and I have tested it to 100MB and it takes a long time but it works.

Patti
Along those same lines is it possible to have the upload files grow and shrink to the number of files? say you have 5 upload fields to start with and then the user could click add more and another file upload would show up?
Patti

K
karmacomposer author 11/15/2010



I have mine set to 500MB and I have tested it to 100MB and it takes a long time but it works.

Patti
Along those same lines is it possible to have the upload files grow and shrink to the number of files? say you have 5 upload fields to start with and then the user could click add more and another file upload would show up?
Patti


I fixed it for now - I needed to update php.ini both on the main server and the subdomain in question. I had to up both the memory utilized and the file size limit. That fixed it for now.
Mike

kujox 11/30/2010



Along those same lines is it possible to have the upload files grow and shrink to the number of files? say you have 5 upload fields to start with and then the user could click add more and another file upload would show up?


Patti
I would put the images/files in a detail page, you could then add/delete them as required.

500484 11/30/2010



Patti
I would put the images/files in a detail page, you could then add/delete them as required.


detail page? what do mean by a detail page>

Very interested.

Patti