Pure PHP Upload 2 Support Product Page
can I use php pure upload to upload video files?
Asked 12 years ago
1
has this question
12 years ago 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 12 years ago
12 years ago Miroslav Zografski replied:
Hello Terry,
Check if video files extensions ( check here for common Video files extensions ) are allowed within the Pure Upload.
Regards.
Check if video files extensions ( check here for common Video files extensions ) are allowed within the Pure Upload.
Regards.
Replied 12 years ago
12 years ago 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?
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 12 years ago
12 years ago 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.
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 12 years ago
12 years ago 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
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 12 years ago
12 years ago Terry Knol replied:
Hi Miro
Tried adding WMV to file extensions but no success.
Kind regards
Terry
Tried adding WMV to file extensions but no success.
Kind regards
Terry
Replied 12 years ago
12 years ago 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
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 12 years ago
12 years ago 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.
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.