hi
i got a problem with uploading files:
i'm using the upload inside a wordaddin. the addin sends the file to a php file which just saves it. works well with smaller files, but when it comes to larger files like >8mbyte or something, the uploadprocess stops:
http://img149.imageshack.us/img149/8881/wufehler.jpg
the error can be translated as "the request has been canceled: the request hast been canceled..."
i set all variables relating limits in the php.ini to high values like
| max_execution_time |
1234 |
1234 |
| max_input_time |
600 |
600 |
| memory_limit |
512M |
512M |
| upload_max_filesize |
128M |
128M |
and a web develop board told me i should reconsider the option that my .net addin fails...