Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Custom Zip upload
Last Post 06/13/2008 5:39 PM by Gaurav Kumar. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Gaurav Kumar
New Member
New Member
Posts:39


--
06/07/2008 4:51 PM

i have one quick query,

if I have the partial source code then would it allow me to customize the way zip files are handled, like I want to implement a feature like "Decompress Zip File" so that multiple files or folder can be ziped and then can be uploaded all at once and Seperate Record entry is created in DMX tables for each file that is inside the zip file.

i am asking this because DMX 4 is implemented with telerik upload control and thus upload code i guess would not be provided in source code.

Thanks
Gaurav

A B
New Member
New Member
Posts:20


--
06/08/2008 4:08 AM
I've implemented this feature use the partial source code, so yes you can. You may also be able to do it with out partial source code using Custom Attributes, but I haven't played around with those so I don't know for sure.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
06/10/2008 7:16 PM
Interesting. Yes, this is perfectly possible. You could even go so far as to create a menu item that will display 'Unzip' if it's a zip. This could be the way I'd implement it in some future version of DMX. This has just given me some ideas. Before I always saw it as something that should be done when uploading, but it could equally be done after the zip file has been added to the repository.

Anyway: to your question. Do you need partial src? I'd think so. The source code does not include the Telerik source code of course, but it does include the control I use that wraps it. So you could easily intervene when a zip is uploaded.
Gaurav Kumar
New Member
New Member
Posts:39


--
06/13/2008 5:39 PM
yes I have implemented "Decompression Zip File" option in our DMX successfully at the time of zip upload.I make some new method in EditEntry.ascx fileand also in TelerikUpload.ascx file and add one checkbox in wizard when checkbox is checked then file decompression work and when checkbox not checked then is directly save zip file.

thanks
You are not authorized to post a reply.