Appnitro Software Forums » MachForm

upload field problems

(4 posts)

  1. alfonso
    Member

    I have 2 questions about this field;

    1. Can I send as an attached file the file into email sending to a people instead a link into that email?

    2. I've seen a strange thing: The file is not posible to read later: if it is a .doc it can't be used, ofr example, with word; if it is a image, it can't be used with fireworks,... Where can be the problem?

    Posted 6 months ago #
  2. 1) I'm afraid this one won't be possible.

    2) Try this, edit your download.php file, search on line 132 and you'll find this code:

    set_time_limit(0);

    remove that code and try to download your file again.

    Posted 6 months ago #
  3. alfonso
    Member

    1. Then, the problem is that the people that recieve the email needs to know admin and pass to login and download file. Later, that people can access to all program and can delete or modify any foms

    2. It is ok

    Posted 6 months ago #
  4. Ah.. I see.

    Actually, you can allow your users to download the file without accessing your admin panel.

    Edit your download.php file, search around line 13 and you'll find this code:

    require('includes/check-session.php');

    remove that code.

    That would allow your users to download the file without the need to login to your admin panel.

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.