PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Images in your queue (http://www.photopost.com/forum/photopost-pro-how-do-i/139205-images-your-queue.html)

fermachado February 10th, 2009 08:28 AM

Images in your queue
 
Hi Chuck,

I have a little problem.

In my site the maximum file size for upload is 1024x1024 px.

If the photo are bigger than the maximum file size the system sends a warning
but, store the file in the queue.

The problem is:The user can't send more files until erase the file in the queue.

It's possible change that?

Thanks,

Fernando

Chuck S February 10th, 2009 08:40 AM

what do you mean warning what is the warning?

Bigger files dimensions are resized. it is filesize of the file that stops an upload.

fermachado February 10th, 2009 09:03 AM

This warning.Your graphic is too wide! Please upload a smaller one.

I don't have this option Bigger files dimensions are resized enabled.Because don't stop de upload and don't show the warning.Just store the file in the queue.

Now,show the warning but don't stop the upload.They go to the files in queue.

I tried upload one file whit this dimensions 2509x1422 and 292 kbs I receive the warning but the photo are in the queue.To upload more photos first I need delete this one in the server whit ftp program.

If you can I can send a link for you tried this.

Chuck S February 10th, 2009 09:10 AM

I think you would want to resize images down because you want thumbnails right.

Code:

Content visible to verified customers only.
On the line in image-inc.php you could try changing $realname to $filepath on the unlink line.

fermachado February 10th, 2009 09:23 AM

I just want,

For example if the file are more than 1024x1024 stop the upload and don't store in the queue.

If I make this changes:

@unlink($realname);
diewell( $Globals['pp_lang']['toowide'] );

works?

Chuck S February 10th, 2009 09:25 AM

You can try changing realname to filepath sure. I do not understand why you dont want the image processor to resize an image down to the dimension maxes you want. That would be the preferred method if you ask me.

fermachado February 10th, 2009 09:34 AM

I want the image processor.

First I have the processor enabled,but I have the same problem and don't show any warning.

I go enabled the processor again to test.

fermachado February 10th, 2009 09:44 AM

Ok, I make same a test

Whit the processor enabled.

If send a file with 2509x1422 works resized the file.

If send a file whit 3500x1984 show a blank screen and store the file in the queue if I tried upload the file in the queue show just a blank screen.

fotogenicos.net - Login but,just show a blank screen

:(

Chuck S February 10th, 2009 11:31 AM

http://www.photopost.com/forum/1175929-post2.html

try this one.

fermachado February 10th, 2009 11:57 AM

Works nice !!! :)

Thanks, Chuck

Chuck S February 10th, 2009 12:03 PM

Have a good day my friend.


All times are GMT -5. The time now is 10:15 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97