4 replies to this topic
#1
Posted 14 August 2012 - 01:41 PM
Hello,
since I almost finished my first processwire project I am somewhat tempted to rebuild other sites that need a relaunch anyway. One of which is a video site where selected people can upload videos which are transcoded on the server into different formats (m4v,webm). This site is build in symfony 1.4 and since every little change always takes me ages to commit, I would very much like to rebuild in PW. One of my first questions for this project is if the inputfieldFile Ajax upload would be suitable for large video uploads up to 1GB or if I should rather use SWFUpload like the old site does ...? Does anyone here have any experience with those kind of uploads?
Thanks,
thomas
since I almost finished my first processwire project I am somewhat tempted to rebuild other sites that need a relaunch anyway. One of which is a video site where selected people can upload videos which are transcoded on the server into different formats (m4v,webm). This site is build in symfony 1.4 and since every little change always takes me ages to commit, I would very much like to rebuild in PW. One of my first questions for this project is if the inputfieldFile Ajax upload would be suitable for large video uploads up to 1GB or if I should rather use SWFUpload like the old site does ...? Does anyone here have any experience with those kind of uploads?
Thanks,
thomas
#2
Posted 14 August 2012 - 01:47 PM
I think it depends solely on the max filesize limits on the server. Technically the page shouldn't timeout so you won't have that problem in theory with the current file upload field.
#3
Posted 14 August 2012 - 01:48 PM
Current method has a limit on somewhere of 8mb or so... I think current js solutions don't scale there yet (not entirely sure, but I think so), so doing that big uploads you would need to build SWFUpload inputfield (or some other flash/java based uploader).
#4
Posted 14 August 2012 - 01:59 PM
Ah, okay - I wasn't aware of that.
A good Java uploader I've used before is JavaPowUpload - it's not free, but it is really good and pretty simple to get going with.
The advantage of a Java app is that you can upload and download entire folders, maintaining their structure. In the case of one site I was working on, the files were stored in numbered folders (somewhat like PW) and folder structure for downloading them was based on nested pages (thing nested pages in PW), so the download function built the folder structure on the fly. It was hard work, abut satisfying when it worked
A good Java uploader I've used before is JavaPowUpload - it's not free, but it is really good and pretty simple to get going with.
The advantage of a Java app is that you can upload and download entire folders, maintaining their structure. In the case of one site I was working on, the files were stored in numbered folders (somewhat like PW) and folder structure for downloading them was based on nested pages (thing nested pages in PW), so the download function built the folder structure on the fly. It was hard work, abut satisfying when it worked
Also tagged with one or more of these keywords: ajax, video
Community Support →
Getting Started →
AJAX in processwireStarted by itsjohnb, 28 Mar 2013 |
|
|
||
Community Support →
General Support →
Ajax page loadStarted by reems, 03 Nov 2012 |
|
|
||
Community Support →
General Support →
Infinite Scroll + ProcessWire?Started by Lance, 23 Oct 2012 |
|
|
||
Community Support →
Getting Started →
video embed fro youtube, vimeo etcStarted by danielholanda, 07 Sep 2012 |
|
|
||
Community Support →
Getting Started →
need help for CMS only for images/video and audio uploadStarted by danielholanda, 31 Aug 2012 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













