Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
DSCarl  
#1 Posted : Thursday, July 27, 2006 11:45:27 PM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

I am working on a DotNetNuke module using the DotNetNuke Framwork and on this module (where the UI consist of asp.net web user control (.ascx file name), I need to load ImageUploader 4.0 in this Web User control. Can this be done?

Currently, I know one can only load ImageUploader on a web page i.e either aspx, html etc.

Any ideas?

Thanks.

Fedor  
#2 Posted : Sunday, July 30, 2006 1:28:29 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Quote:
I am working on a DotNetNuke module using the DotNetNuke Framwork and on this module (where the UI consist of asp.net web user control (.ascx file name), I need to load ImageUploader 4.0 in this Web User control. Can this be done?

You can put Image Uploader on ASP.NET control the same way as you do with normal ASP.NET page. However please pay attention to server upload processing. You can not upload data with attached server forms, as you can get problems with viewstate corruption:

View post

BTW, we plan to implement DNN, Rainbow, Cuyahoga, and other portal modules for Image Uploader.

Best regards,

Fedor Skvortsov

DSCarl  
#3 Posted : Sunday, July 30, 2006 9:47:14 PM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Hello,

Thanks for the information. It would be nice to see the implementation of DNN and the others for ImageUploader...

Regards,

DSCarl.

DSCarl  
#4 Posted : Monday, July 31, 2006 12:12:11 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Hello,

I am having issues referencing the iuembed.js javascript file from my asp.net web user control.

I use the below reference in my code

A)

and I get the following error "ImageUploaderWriter is Undefined."

But when I directly reference the javascript file using the code below, ImageUploader loads up correctly.

B)

How can I correctly reference the iuembed.js javacript file (In my asp.net web user control) as A above to get ImageUploader to work?

Thanks.

Regards,

DSCarl..

Alex Makhov  
#5 Posted : Wednesday, August 2, 2006 1:23:26 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

I think it would be better to set global path to the iuembed.js script (as you actually did) if there are any difficulties with the relative path.

If you still want to set relative path please post the part of your folder structure where your scripts are held and we will try to help you. It is important to set the path correctly to let the browser find iuembed.js script file.

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

DSCarl  
#6 Posted : Thursday, August 3, 2006 1:13:49 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Thanks. I will try again to figure this out. If I can't, I will let you guys know.

Regards,

DSCarl.

Fedor  
#7 Posted : Sunday, January 27, 2008 6:49:37 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
You can also try to use:

Image Uploader ASP.NET Control.

Best regards,

Fedor Skvortsov

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.