Axosoft Support Forums
»
SlickUpload
»
SlickUpload Support [archive]
»
Presale question fileNameGenerator
|
|
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
|
|
|
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".
|
|
|
|
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.