SlickUpload
Welcome Guest Search | Active Topics | Log In | Register

Presale question fileNameGenerator Options
mzlat
#1 Posted : Wednesday, February 06, 2008 1:28:03 PM
Rank: Newbie

Groups: Registered

Joined: 2/4/2008
Posts: 5

Hi!

I am trying to configure SlickUpload. I have web application and I implemented IFileNameGenerator in a class

FileName which is in folder Code of my DiamondView project.

<uploadStreamProvider provider="File" location="~/Files/" existingAction="Overwrite" fileNameMethod="Custom" fileNameGenerator="DiamondView.Code.FileName, DiamondView.FileName" />

This is my web config setting but when I try to upload it doesn't work.

Can you please help?

Mariana

ChrisHynes
#2 Posted : Thursday, February 07, 2008 1:15:18 PM
Rank: Administration


Groups:

Joined: 7/7/2005
Posts: 1,586
Location: Scottsdale, AZ

Looks like the assembly name (the second part of the fileNameGenerator reference in your web.config) should read "DiamondView.Code" vs "DiamondView.FileName".

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.