You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ZZEE PHP GUI
Is it possible to get a good example of how to write or copy a file to
a folder after I have created the exe. This is what I'm trying to do:
My app gets a photo(JPG) from local pc and loads it when the person
goes to that page from the ZZEE GUI but it doesn't work because it
can't copy into the exe so how do I let it see it from outside?
Do I have to edit my scripts and what changes do I have to make?
Paul (ZZEE)
unread,
Jun 14, 2011, 6:48:46 PM6/14/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to php...@googlegroups.com
> Is it possible to get a good example of how to write or copy a file to > a folder after I have created the exe. This is what I'm trying to do: > My app gets a photo(JPG) from local pc and loads it when the person > goes to that page from the ZZEE GUI but it doesn't work because it > can't copy into the exe so how do I let it see it from outside?
You can load it with file_get_contents() and then send to browser.