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

Notification

Icon
Error

Options
Go to last post Go to first unread
aja54580  
#1 Posted : Wednesday, October 31, 2012 7:44:57 AM(UTC)
aja54580

Rank: Newbie

Groups: Member
Joined: 10/30/2012(UTC)
Posts: 2

Hi webmaster.

I tried to install Aurigma up (free version) on my website, but I didn't succeed.


Here is my upload.php page:

<?php
$path = realpath('./Upload/') . DIRECTORY_SEPARATOR;
$fileCount = $_POST["PackageFileCount"];
for ($i = 0; $i < $fileCount; $i++) {
if (isset($_FILES['File0_' . $i])) {
move_uploaded_file($_FILES['File0_' . $i]['tmp_name'], $path . $_POST['SourceName_' . $i]);
}
}
?>


And below is the link to upload:

<a href="aurup:?uploadUrl=http%3A%2F%2Fwww.foot-auboue.com%2Fupload.php&redirectUrl=http%3A%2F%2Fwww.foot-auboue.com%2Fview.php&redirectDelay=3&returnUrl=http%3A%2F%2Fwww.foot-auboue.com%2Fview.php&uploadTimeOut=100&minImageCount=1&maxImageCount=1&minVideoCount=0&maxVideoCount=0&licenseKey=79FF1-00085-9BD00-00008-9B80C-058B97&minimumVersion=1.4">Upload Images</a>
<br>



I also tried to install the "Get trial and code examples" from your site, but apparently it requires a Profesional Licence.

Can you please assist?

Thank you very much for your help.
Dmitry.Obukhov  
#2 Posted : Thursday, November 1, 2012 12:30:50 AM(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 Cyril,

I created a simple application based on your code listed. Then I tested the application on my iPad. Aurigma Up was launched fine and I did not get any problems with it. I also tested uploading image, and it worked as well fine. Please check it once again.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
aja54580  
#3 Posted : Friday, November 2, 2012 3:07:35 AM(UTC)
aja54580

Rank: Newbie

Groups: Member
Joined: 10/30/2012(UTC)
Posts: 2

Thanks!
It works for me too now... I found the issue, the web folder is case sensitive, I put "upload" instead of "Upload".

Thanks again.

Cyril
Dmitry.Obukhov  
#4 Posted : Monday, November 5, 2012 8:01:52 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 Cyril,

Thank you for your comment. I am glad that you resolved the issue :)
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
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.