Quick login...
 

 

  

DNN Modules
SnowCovered Top Sellers

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Powerful, Ajax Enabled, Easy to Use. Document Management and Multimedia gallery functionality in one.Open-DocumentLibrary allows DotNetNuke users to organize share and manage documents, offering granular control over Folder and Document access.

Active Social is customizable social networking solution that fits the needs of a large company, small group, start-up business, or any size interest group. Connect with co-workers, people with similar interests, family, old friends, or meet new ones. Active Social provides a complete communication

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet and play them in our integrated flash video player.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

The amazing ANY COLOUR Flex2 skin + our unique EasyMod module allowing you to customise just about everything in this skin. DrNuke just re-wrote the rule book again.

The Future of Enterprise Search for DotNetNuke 3.x and 4.xOpen-SearchEngine provides DotNetNuke with a true enterprise search engine capable of indexing html content as well as documents from multiple sites and/or physical directories.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

Recently Viewed...
DNN Modules
   
    |   Register   |   Monday, March 15, 2010   
Hi Everyone!

You'll notice that we implemented a small change where your first and last name are now displaying in the forums.  If you do not wish to display your last name, please update your user profile and add a display name.  You'll find this by clicking on your name at the top of the page (right next to the Logout link).  Thanks!

Data Springs Product Forums...
Subject: Image Field Questions
Prev Next
You are not authorized to post a reply.

Author Messages
jyoung
Posts:8
skipping stones
skipping stones

06/18/2009 6:41 PM  

I just bought DF 3 and have some questions.

I have a table I want to upload a picture to. The table has three columns - postID (PK), userid, and picture. I think I can get DF to do the upload to the external table. My question is I want to then access the picture field from another module. When I query the picture field what I am going to get - the thumbnail or the full size image?

Second - is there any way to limit the size and/or dimensions of uploaded images?

Third - is it possbile to link DF with the sqlgridselectedview module like you have done with OWS & Indoogrid?

Thanks

David To
Posts:2118
river guide
river guide

06/19/2009 9:04 AM  

HI,
1) when you query the picture field, you should get the path of the file (the full directory path / or just filename of the picture) so that by clicking on it it will display in a browser window. If you check your SQL table, you will see how it's storing the data.
2) There should already be a setting in the web.config which controls the maximum file size. This is the setting the module is going to use, and also the setting that other areas of DNN should use I believe (such as if you tried to upload a file too large under Admin, File Manager)
3) yes, DF can be tired to OWS / Indoogrid. See our Demos 21 tutorial.

-- David

jyoung
Posts:8
skipping stones
skipping stones

06/19/2009 11:03 AM  
If I understand correctly the setting in the web.config is for all uploads. So if you set this for a normal size picture - say 3 to 400k - then when you want to upload a .zip file or a large doc you will be unable to.

Depending on your solution users are more likely to upload many more pictures than they will docs and since you have average users taking pictures with 10mp cameras it makes sense for you to limit the size of image uploads. It would be nice to be able to do this without also limiting other upload types at the same time.
David To
Posts:2118
river guide
river guide

06/25/2009 3:01 PM  

HI, I don't know how to get around this issue. After googling, I found out that the bottleneckt is IIS. It has 2 parameters that govern this: MaxRequestLength and RequestTimeOut.

In web.config the upload size is limited to 8MB
httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192"

You can change those parameters to allow larger uploads, 20480 would be 20MB

httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="20480" requestLengthDiskThreshold="20480"
====
However, I can't find any solution / configuration to set different file size uploads for different file types. Perhaps a separate, custom DNN module somewhere out there can do this (Repository module). -- David

gbrown
Posts:12
wading in the water
wading in the water

06/26/2009 2:13 PM  
The Fatgeorge upload control for Xmod can limit the size of uploads separate from the webconfig. Don't know how he did it though.

It can also auto resize the image, autocreate thumbnails, watermarks, disk quotas, etc.

I do believe that Ultra Media Gallery has upload limits separate from the webconfig too.

Greg
You are not authorized to post a reply.



ActiveForums 3.7
Copyright 2005 - 2010 by Data Springs, Inc.
Terms Of Use | Privacy Statement