Welcome to Pintexx Forum Sign in | Join | Faq

pinUpload

Started by Shiloh at 10-20-2008 8:55 . Topic has 4 replies.

Print Search
Sort Posts:    
   10-20-2008, 8:55
Shiloh is not online. Last active: 06.09.2007 15:54:42 Shiloh

Top 50 Posts
Joined on 09-06-2007
Posts 21
pinUpload videos?
Reply Quote
How can I use PinUpload to upload video files such as .WMV?
   Report 
   10-21-2008, 8:41
Pintexx Support is not online. Last active: 25.08.2010 06:24:55 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.840
Re: pinUpload videos?
Reply Quote
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 is not online. Last active: 06.09.2007 15:54:42 Shiloh

Top 50 Posts
Joined on 09-06-2007
Posts 21
Re: pinUpload videos?
Reply Quote
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 is not online. Last active: 06.09.2007 15:54:42 Shiloh

Top 50 Posts
Joined on 09-06-2007
Posts 21
Re: pinUpload videos?
Reply Quote
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 is not online. Last active: 25.08.2010 06:24:55 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.840
Re: pinUpload videos?
Reply Quote
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?