Ask a Question related to PHP Programming, Design and Development.
-
Jason #1
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
-
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... -
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... -
#25563 [Opn->Bgs]: error uploading file
ID: 25563 Updated by: iliaa@php.net Reported By: t_lace at yahoo dot com -Status: Open +Status: ... -
#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... -
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... -
SummerLongSince #2
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



Reply With Quote

