Pure PHP Upload 2 Support Product Page

can I use php pure upload to upload video files?

Asked 17 Feb 2013 06:04:12
1
has this question
17 Feb 2013 06:04:12 Terry Knol posted:
I can upload still images perfectly using pure php upload 2. I have reset my php.ini to allow 16M file uploads and images are no problem yet it will not upload a video file. Am I missing something?

Replies

Replied 18 Feb 2013 07:45:40
18 Feb 2013 07:45:40 Miroslav Zografski replied:
Hello Terry,
Check if video files extensions ( check here for common Video files extensions ) are allowed within the Pure Upload.

Regards.
Replied 18 Feb 2013 08:25:01
18 Feb 2013 08:25:01 Terry Knol replied:
Hi Miro,
I am trying to upload a .wmv file about 13M. I cannot find anywhere what are the allowable extensions. There are only image extensions shown when selecting image upload, no video extensions. Can you point me in the right direction to find out which are acceptable?
Replied 18 Feb 2013 08:37:09
18 Feb 2013 08:37:09 Miroslav Zografski replied:
Hello Terry,
Can you tell me exactly which PHP.ini settings you have changed to allow 16MB upload?
When selected Images in Pure PHP Upload the allowed extensions text field is populated. You can then add additional extensions to that list in upper case and comma separated.

Regards.
Replied 18 Feb 2013 09:06:55
18 Feb 2013 09:06:55 Terry Knol replied:
Hi Miro
I reset the File uploads as below to 16M:-
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
; php.net/file-uploads
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; php.net/upload-tmp-dir
upload_tmp_dir = "c:/wamp/tmp"

; Maximum allowed size for uploaded files.
; php.net/upload-max-filesize
upload_max_filesize = 16M

I'll try adding extension now.

Kind regards

Terry
Replied 18 Feb 2013 09:14:33
18 Feb 2013 09:14:33 Terry Knol replied:
Hi Miro
Tried adding WMV to file extensions but no success.
Kind regards

Terry
Replied 19 Feb 2013 22:06:01
19 Feb 2013 22:06:01 Terry Knol replied:
Hi Miro
Any chance of a reply? I still cannot upload a wmv file (13M) after increasing:-
post_max_size 750M
upload_max_filesize 750M
max_execution_time 5000
max_input_time 5000
memory_limit 1000M

Any advice will be most helpful

Kind regards

Terry
Replied 20 Feb 2013 12:18:52
20 Feb 2013 12:18:52 Miroslav Zografski replied:
Hello, a quick follow up from a support chat with Terry.
The error appears to be placement of the inPureUpload.js in the body of the page. Placing it back in the head tag fixes the problem.

Regards.

Reply to this topic