Re: pinUpload videos?
pinUpload
pinUpload videos?
Shiloh
10-20-2008, 8:55
How can I use PinUpload to upload video files such as .WMV?
Re: pinUpload videos?
Pintexx Support
10-21-2008, 8:41
Hello,
you have to extend the filter for uploadable files.
Then you should be able to select wmv files as well.
Regards,
Hans-Peter
Re: pinUpload videos?
Shiloh
10-23-2008, 6:56
Are you talking about the config.js file? I have the following line in that file:
var globalDialogFilterImage = "gif;jpeg;jpg;png;wmv;";
Re: pinUpload videos?
Shiloh
10-23-2008, 7:00
BTW, I am using PinEdit 6 with ASP.NET 1.1. Also, I have updated the pinUpload.swf to the latest one that I could find (11/30/2007).
Re: pinUpload videos?
Pintexx Support
10-24-2008, 8:28
Hello,
could you please add the file "server/aspx/pupload.aspx" to your project and set a breakpoint to
pu.ImageFilter = imgfilter
and check if imgfilter has the value you have specified ?
Regards,
Hans-Peter