You have a couple options:
1. You can check with your web hosting provider and see if they can adjust your DNN web.config file to allow for larger upload files and increase the upload request timeout.
2. You can add a XMod dnnfilelist control to the form in place of the video FileUpload control.
The Xmod dnnfilelist control would consist of a dropdown form control that would allow the user to select from a predetermined list of files in your portal >> root directory.
Example:
[dnnfilelist ref="FileUploadVideo1" extensions="flv,wmv" required="true"]
[label]Choose A File: [/label]
[/dnnfilelist]
Note: Arrows are replaced with brackets only to show code on this forum post.
Using this Xmod control would allow you to FTP video files to your root folder and the user could select from a pre-existing list of video files.
If you used this you would also need to adjust the detail template code to point to the file loaction (It is currently built to point to a video file in the proper images folder for that listing.
I do not plan on implementing this solution since it would require complete control by the administrator to upload the video files via FTP and exposes the entire video file selection list to all users that can add listings.
References:
XMod Online Help
XMod dnnfilelist Help
3. Use Amazon S3 hosting service for your FTP client.
Reference:
Screencast: How to Set Up Amazon S3 and FireFox S3 Organizer |