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

Notification

Icon
Error

Options
Go to last post Go to first unread
alfafado  
#1 Posted : Wednesday, July 7, 2010 4:28:10 PM(UTC)
alfafado

Rank: Member

Groups: Member
Joined: 6/29/2010(UTC)
Posts: 13

Hi,

I have successfully got the embedded Uploader working, however I can't get get the PHP_Library version working as the Uploader class is not found. I have tried moving the page and library to the root of the website, however the code is searching for the Uploader class in the root of the webserver (the website is installed in a sub directory).

Is the path to the jar configurable, if so how?

many thanks.

alfafado  
#2 Posted : Wednesday, July 7, 2010 5:00:08 PM(UTC)
alfafado

Rank: Member

Groups: Member
Joined: 6/29/2010(UTC)
Posts: 13

After some moving directories, java is reporting that it cannot find the following class:

/ImageUploaderPHP/Scripts/com/aurigma/imageuploader/ImageUploader/class.class

I think it should be looking for:

/ImageUploaderPHP/Scripts/com/aurigma/imageuploader/ImageUploader.class

Is this a bug?

Edited by user Wednesday, July 7, 2010 5:16:40 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#3 Posted : Thursday, July 8, 2010 6:02:02 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Thanks for contacting us.

You experience this problem because the ImageUploader6.jar file could not be found. You are able to set the path to this .jar file using the property:

Code:

$iu->setScriptsDirectory('../ImageUploaderPHP/Scripts');

The folder Scripts includes .jar file, and other necessary script files.

Please, let me know if you have any questions.

Edited by user Monday, July 12, 2010 12:12:19 PM(UTC)  | Reason: Not specified

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

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.