I am at a point where my php.ini file is set to 15GB for uploading files.
My export from my .com site is 10239 KB and I am unable to upload the export.
The information I have says I need to split the file into smaller sizes. My strong preference is not to do manual php coding and spend hours debugging it if an error occurs.
I have tried WP All Import plugin but it breaks the import into segments and it is not very straightforward.
Also I have Gravity Forms Advanced File Uploader installed but it is not straightforward on how to use it for large files.
Any suggestions on how to upload it and have WP point to the file? I have thought about FTP file transfer but I do not know where to upload it. Then after uploading it, how do I point WP to the file?