|
|
pinUpload
Started by Shiloh at 10-20-2008 8:55 . Topic has 4 replies.
 
 
|
|
Sort Posts:
|
|
|
|
10-20-2008, 8:55
|
Shiloh
Joined on 09-06-2007
Posts 21
|
|
|
How can I use PinUpload to upload video files such as .WMV?
|
|
|
|
|
Report
|
|
|
|
10-21-2008, 8:41
|
Pintexx Support
Joined on 08-30-2005
Posts 1.576
|
|
|
Hello,
you have to extend the filter for uploadable files.
Then you should be able to select wmv files as well.
Regards,
Hans-Peter
|
|
|
|
|
Report
|
|
|
|
10-23-2008, 6:56
|
Shiloh
Joined on 09-06-2007
Posts 21
|
|
|
Are you talking about the config.js file? I have the following line in that file:
var globalDialogFilterImage = "gif;jpeg;jpg;png;wmv;";
|
|
|
|
|
Report
|
|
|
|
10-23-2008, 7:00
|
Shiloh
Joined on 09-06-2007
Posts 21
|
|
|
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).
|
|
|
|
|
Report
|
|
|
|
10-24-2008, 8:28
|
Pintexx Support
Joined on 08-30-2005
Posts 1.576
|
|
|
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
|
|
|
|
|
Report
|
|
|
|
|
Pintexx Forum » Developer Produ... » pinUpload » Re: pinUpload videos?
|
|
|
|