octort wrote on Friday, August 05, 2011:
I am having an issue when uploading medical records. Any file bigger then 9/10MB wont upload. Any ideas.
I am using oemr 4 hosted online.
thanks
octort wrote on Friday, August 05, 2011:
I am having an issue when uploading medical records. Any file bigger then 9/10MB wont upload. Any ideas.
I am using oemr 4 hosted online.
thanks
tmccormi wrote on Friday, August 05, 2011:
maximum document upload size is configured in php.ini file. Do you have access to that configuration?
-Tony
octort wrote on Friday, August 05, 2011:
Yes, I do. Not sure if I got the right lines. Looks like 30 MB is the max.
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 30M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fopen = On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-include
allow_url_include = Off
; Define the anonymous ftp password (your email address). PHP’s default setting
; for this is empty.
; http://php.net/from
;from="john@doe.com"
; Define the User-Agent string. PHP’s default setting for this is empty.
; http://php.net/user-agent
;user_agent=“PHP”
; Default timeout for socket based streams (seconds)
; http://php.net/default-socket-timeout
default_socket_timeout = 60
; If your scripts have to deal with files from Macintosh systems,
; or you are running on a Mac and need to deal with files from
; unix or win32 systems, setting this flag will cause PHP to
; automatically detect the EOL character in those files so that
; fgets() and file() will work regardless of the source of the file.
; http://php.net/auto-detect-line-endings
;auto_detect_line_endings = Off
octort wrote on Friday, August 05, 2011:
also I have this line:
upload_max_filesize = 20M
octort wrote on Saturday, August 06, 2011:
solved, hosting settings modified, oemr app ok