Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
A little background on the application.
I've got a document repository site which uses Jupload to upload multiple files in one ago. It was running fine on an external host (linux box) for a couple of months. Our company now decide to host it internally on a window box (server 2008 with IIS7). Now the same script would not upload files larger then 10MB (around there).
I cant even get the page to show php error it just, what seems to timeout and gives a http error 500.
here is my php.ini details
upload_max_filesize=1000MB;
post_max_size=1000MB;
max_input_time=3600;
file_uploads=1;
memory_limit=256MB;
max_execution_time=3600;
Ive also changed the IIS maxAllowedContentLength to 1GB.
The funny thing is when I test the upload script via local network it works fine, I can upload large amount of files but when I go through the internet it no longer works.
Any suggestion?
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the panel events but i want to add a button and when i press the button this events happen how can i do
Am i doing this wrong?
Im pulling from an Oracle database some info... one of which is a field count_pnums which is a NUMBER type field.Code: <?php$sql_E = "SELECT count_pnums, dist_pnums FROM
help with this code please?
Hello,I am trying to build a remote upload script for my image hosting site.I am using $_GET for testing purposes.this would be the url you would visit:Code:
Help With editting and deleting form
So look at this image :http://img194.imageshack.us/img194/8272/snapshot5f.png This table prints the titles of entries from a table in a database.. The code that i use for this table is this :Code:
Parse error: parse error in C:wampwwwlogspagesmembers.php on line 16
I dont see the problem with this, I always get Parse error: parse error in C:\wamp\www\logs\pages\members.php on line 16, what did I do wrong?? <?php $sql = "SELECT *
storing video files into mysql in php
hi i have my video files in my folder ,i have to store the path of the videos into db and the play it in the player from the database.thanking in advance
DYNPRO_FIELD_CONVERSION
Hi gurus,
Mail functionality from localhost to server
Hi I am facing problem of mail functionality.When i tested mail functionality in my localhost it works fine but when i tried it on server it didn't work and also no error it displays.So please give me
need help to creat database
Hello Team, please guys i am stuck from three days with paypal issue for IPN but no luck yet now i wants to do other method. i have used this form to send info to paypal and everything is working ok
$action = "insert"; //$action = $_GET['action'];
$action = "insert";//$action = $_GET['action'];why is this invalid type? I am just modifying code that is there and want the action = insert so it will run all the parts of the code for