Error uploading file

Ask a Question related to PHP Programming, Design and Development.

  1. #1

    Default Re: Error uploading file

    If you have a slow connection, uploading 2.8 MB might take longer than 300
    seconds.

    You could try setting the max_execution_time to 0 (unlimited) locally using
    ..htaccess.

    "Bre-x" <cholotron@hotmail.com> wrote in message
    news:35bc2ee1.0307081213.7b466b@posting.google.com ...
    > Hi,
    > We are desesperate, we dont know what else do.
    >
    > We are trying to upload a file of 2.8MB and i got the following error:
    >
    > Fatal error: Maximum execution time of 300 seconds exceeded in
    > E:\http\myaccount\htdocs\upload2.php on line 1
    >
    > we have the following values:
    >
    > post_max_size 24M
    > upload_max_filesize 20M
    > max_execution_time 300
    > max_input_time 60
    >
    > Any ideas?
    >
    > Thank you All,
    > Bre-x
    >

    Jason Guest

  2. Similar Questions and Discussions

    1. Error when uploading file
      I am trying to write code to allow my users to upload a file. The code I am using is as follows: Dim upfilename As String = "" If...
    2. Web Service: Uploading files and setting file security on a file server
      I have written a web service that provides the following methods: UploadFile SetNTFSSecurity Their purpose is to allow a user to Upload a file...
    3. #25563 [Opn->Bgs]: error uploading file
      ID: 25563 Updated by: iliaa@php.net Reported By: t_lace at yahoo dot com -Status: Open +Status: ...
    4. #25563 [NEW]: error uploading file
      From: t_lace at yahoo dot com Operating system: linux PHP version: 4.3.2 PHP Bug Type: Filesystem function related Bug...
    5. uploading a file
      Hi all! I have used code below to upload file but I receive an error on last row of code telling me ( method not allowed ) is it about iis or...
  3. #2

    Default error uploading file

    HI,
    I am customizing the file upload example on Flash CS3. I am making a file
    upload system in which the user selects between a single or multiple files
    upload option. Once the choice is made th user sees a screen where he/she can
    press a button to open the system dialogue box to navigate/select file(s) for
    uploading.

    It all works fine the first time. but whenever I triy it a second time I get
    this error in the output window:

    [Q]Error: Error #2041: Only one file browsing session may be performed at a
    time.
    at flash.net::FileReference/browse()
    at com.uploader::FileUpload/init()
    at MethodInfo-240()
    [/Q]


    My question is how can I close a browse section once I have successfully
    upload a file(s)?

    Thanks so much,

    Mauricio

    SummerLongSince Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139