DNNDev.com Forums Minimize
Need Your Input: FileUpload Feature Wish List
Last Post 12 Dec 2007 06:03 AM by Robert. 20 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
DNNDev Admin
Senior Member
Senior Member
Posts:6419
Avatar

--
31 May 2005 04:33 PM  
First, thanks for your great input regarding hiding/showing fields. Your comments have been very instructive and I'll refer to them often as I work on that functionality.

Now, I'd also like your input on what you'd like to see added/changed about the FileUpload control. I'd like to make some changes to make it easier for you to use the control in your forms. So please post your thoughts about new features, enhanced functionality, and behavior that could be modified to make the FileUpload control more useful.

I appreciate your input and look forward to reading your comments.

Best,
Kelly
Power Your Website With XMod Pro
Buy XMod Pro Today
jon b
Advanced Member
Advanced Member
Posts:706
Avatar

--
31 May 2005 04:37 PM  
Kelly, I would love to see the source of the file control released (pardon me if it aready has been!) so developers could have a working example of how to create xmod plugins using the archatecture and methods available.
DNNDev Admin
Senior Member
Senior Member
Posts:6419
Avatar

--
01 Jun 2005 04:42 PM  
Perhaps we could make it open-source. Not only would it be an example for building custom controls, but it would also allow people to contribute changes back to the community.

How does that sound?

Kelly
Power Your Website With XMod Pro
Buy XMod Pro Today
jon b
Advanced Member
Advanced Member
Posts:706
Avatar

--
01 Jun 2005 04:57 PM  
sounds like a winner to me
Fouad Aranki
New Member
New Member
Posts:4
Avatar

--
03 Jun 2005 11:39 AM  
Hi,

A couple of things which would be really useful are:

1) Some way of requiring that a file has been uploaded before a form can be submitted.

2) Alternatively, some way of passing a parameter between forms which references the file name that has been saved, so that a file can be uploaded in one form and then attached to an email in a second form.

I've been experimenting with various ways of achieving both of the above but have been spectacularly unsuccesful. Please let me know if either are currently possible and I am missing something.

Cheers
leif leiner
Basic Member
Basic Member
Posts:150
Avatar

--
03 Jun 2005 12:09 PM  
On my wish list there's a feature allowing the following:
Deleting images related to a record when deleting the record in question.

Leif
DNNDev Admin
Senior Member
Senior Member
Posts:6419
Avatar

--
03 Jun 2005 04:14 PM  
Hi Leif,

How would you propose this be done? My main question is with files that have been uploaded and are used by multiple records. For instance, the smiley face image is used in many of the posts on this forum. If I were to delete the smiley face when I deleted this post, all the other posts would have their image link broken.

Thoughts?

Kelly
Power Your Website With XMod Pro
Buy XMod Pro Today
DNNDev Admin
Senior Member
Senior Member
Posts:6419
Avatar

--
21 Jun 2005 06:35 PM  
FYI, I've posted the source code for the FileUpload custom control. You can find it in the "Extending XMod" forum.

Cheers,
Kelly
Power Your Website With XMod Pro
Buy XMod Pro Today
David Ranck
New Member
New Member
Posts:5
Avatar

--
17 Jul 2005 02:55 AM  
Kelly -
One way you might acheive Leif's request is to have an option to flag an image as deletable when it is uploaded. Before the record is deleted, read the flag, and if true, the image can be deleted.

In a similar manner, if an image is updated for a record, the original upload could be deleted if the delete flag were true.

Dave Ranck
www.fitnessforeveryman.com
rusty cooper
New Member
New Member
Posts:5
Avatar

--
09 Aug 2005 02:35 PM  
I think a nice feature would be that when uploadonce=true, the user would not have to click the "upload file" link, then the submit link to complete the transaction. The submit link should take care of everything.
jon b
Advanced Member
Advanced Member
Posts:706
Avatar

--
09 Aug 2005 02:52 PM  
I agree rc, this would be a great enhancement
Joe Pruitt
New Member
New Member
Posts:1
Avatar

--
16 Aug 2005 07:24 PM  
One feature I really need is the ability to store the uploaded file in the database, not on the file system.
 
Storing a file on disk is great for a single server setup, but when the DNN deployment is in a load-balancing pool it's not so nice.  We need to setup disk sync-ing (or remote file storage) to make sure that all servers will be able to serve up the attachments.
 
-Joe
Brian Beaudet
New Member
New Member
Posts:10
Avatar

--
26 Aug 2005 04:24 AM  

Unless I completely missed the boat on this one, I think a very must-have feature is the ability to restrict file sizes and file types.  And I guess while I'm dreaming about it, how about the ability to resize images to a configurable limit for thumbnailing and standardization, etc.

beaudetious

Simon Smith
Basic Member
Basic Member
Posts:169
Avatar

--
27 Aug 2005 06:28 PM  
Image display after upload! If a file has an image extension (e.g. jpg, gif) it should be shown after the upload so the user knows that the image was indeed uploaded.

- Simon
John LaFon
New Member
New Member
Posts:48
Avatar

--
01 Jun 2006 08:08 PM  
The last two suggestions would be great. I have another wish list item for the upload control. Lets say I wanted to allow users to be able to upload up to 5 pictures. It would be nice to have a control that would replace an image if another image was uploaded. This control could be duplicated 5 times giving a total of 5 pictures at any one time.
Tony Harrison
Advanced Member
Advanced Member
Posts:851
Avatar

--
06 Jul 2006 01:03 PM  
jpruitt, images held in the database is a nice idea but how would you then propose displaying the image?

If the image is held in filestore it is simple to use the html img src, but if the image is held in the database you would need a control that can retrieve the image based on a passed parameter e.g. recordid then display the control.

This is not difficult to create but it is another requirement.
we don't make XMod, we make it better!
Tony Harrison
Advanced Member
Advanced Member
Posts:851
Avatar

--
14 Jul 2006 12:33 PM  
[quote]Posted By Simon Smith on 8/27/2005 1:28 PM

Image display after upload! If a file has an image extension (e.g. jpg, gif) it should be shown after the upload so the user knows that the image was indeed uploaded. <br /> <br /> - Simon<br /> [/quote]

Please try beta 1.3 of the fatgeorge fileupload control now with ImageConfirm option.

Should give you what you were looking for.

http://www.fatgeorge.co.uk

we don't make XMod, we make it better!
Chris Simpson
New Member
New Member
Posts:3
Avatar

--
17 Aug 2006 04:06 AM  
[quote]Posted By leiner on 6/03/2005 7:09 AM

On my wish list there's a feature allowing the following:
Deleting images related to a record when deleting the record in question.

Leif[/quote]


Also nice to delete an image from a record without actually deleting the record.

Something like setting the value to null for that upload and deleting the physical file associated with it.

Chris
Charles Kelsoe
New Member
New Member
Posts:55
Avatar

--
17 Aug 2007 08:52 PM  
Integration of an image control (or any custom control) into the form builder in XMOD5 so beginners like me do not have to tinker in the code and break things ;)
Dylan Barber
New Member
New Member
Posts:12
Avatar

--
20 Nov 2007 06:10 PM  
ihave read that the source for this control is out so maybe this is too late but multiple uploads - there are a few ways oout there to upload multiple files at ones (swfupload for example) that have been put in other modules (like Ventrians)
Robert
New Member
New Member
Posts:31
Avatar

--
12 Dec 2007 06:03 AM  
Seeing as it is bad practice to leave files with no way to delete them it really must be addressed.

Perhpas if we approach it from a dual use case perspective. One for general files and one for files associated with a specific record. Then we can handle each accordingly.

Just a thought to get the thoughts running.

Robert
You are not authorized to post a reply.

Active Forums 4.1
spacer
dummy