Audio Upload Failed

MySong
MySong
@mysong
9 years ago
155 posts
Trying to upload an 85MB mp3 file on Audio module. Smaller files (4-5MB) upload fine. However the 85MB one kept on failing getting the 'Upload Failed' message, sometimes after 30%, 50% and sometimes even after 100% but before it registers in the system.

It does not register in 'Activity Log' or 'Php error log'
In 'system core' setting quota has 'Max Upload Size' of 128 MB and in server php setting there is a 512MB upload limit.

Any idea?

Thanks
updated by @mysong: 06/28/15 06:40:28AM
michael
@michael
9 years ago
7,697 posts
It should be outputting stuff to the console while uploading. If you have firebug installed for firefox browser, you can open firebug, look at the CONSOLE screen to see any messages that might come out.

Understanding what its failing on could help locate the path to follow to fix it.
MySong
MySong
@mysong
9 years ago
155 posts
Did... got the following error...

NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITaskbarTabPreview.invalidate]
resource:///modules/WindowsPreviewPerTab.jsm
Line 406

or

4
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITaskbarTabPreview.invalidate]


Any idea?

Thanks
brian
@brian
9 years ago
10,144 posts
An NS_FAILURE_ERROR is a networking issue - i.e. it could not communicate with the server for some reason.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
9 years ago
7,697 posts
could be related:

"0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLFormElement.submit] "
http://stackoverflow.com/questions/5686377/0x80004005-ns-error-failure-nsidomhtmlformelement-submit

Quote: ...It has to do with your browser's popup blocker.....
MySong
MySong
@mysong
9 years ago
155 posts
@brian what is the max file upload on Jamroom hosting?
MySong
MySong
@mysong
9 years ago
155 posts
Some more JR hosting questions...

1 - How are @domain emails created with no cpanel?
2 - Is there a discount if entire year is paid upfront?
3 - Is there a way to just purchase more diskspace instead of moving up to next bracket of hosting?
michael
@michael
9 years ago
7,697 posts
* The max file upload size is set to 512M on the smallest server.
1. emails are all run through mailgun. (need brian to jump in here on the how. know we have @jamroom.net mails so should be possible.)
2. we don't have yearly payments, its all daily, so if you cancel half way through the month, you only pay for half the month.
3. no sorry. but this thread might be of interest to you:

"Media storage and caching"
https://www.jamroom.net/the-jamroom-network/forum/jamroom-developers/11895/media-storage-and-caching

These are the hosting docs:

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting
updated by @michael: 05/28/15 02:19:48AM